1.

Which of these keywords are used for the block to be examined for exceptions?(a) try(b) catch(c) throw(d) checkI got this question by my college director while I was bunking the class.This key question is from Try & Catch in division Exception Handling of Java

Answer»

Right CHOICE is (a) TRY

For EXPLANATION: try is used for the block that needs to checked for EXCEPTION.



Discussion

No Comment Found

Related InterviewSolutions