1.

Since which version of java is multiple exception catch was made possible?(a) Java 4(b) Java 5(c) Java 6(d) Java 7This question was addressed to me in an international level competition.This interesting question is from Catching Class Types in division Exception Handling & Static Class Members of Object Oriented Programming

Answer»

The correct answer is (d) Java 7

Best explanation: None of the languages used to SUPPORT multiple EXCEPTION CATCH in a SINGLE catch block. Since java 7 the feature was added to catch more than one exceptions in one catch block.



Discussion

No Comment Found

Related InterviewSolutions