Find out the compile time/run time exception/s with below snippet Ans: c try { ------ ------- ------ } finally { ----- ----- }

  1. a. It misses catch block and gives compile time error

  2. b. It misses catch block and give run time excpetion

  3. c. Code above compiles successfully

  4. d. Placement of finally block is not proper


Correct Option: C

Find more quizzes: