Vidyalelo
Java Programming · Q76

Exceptions

Programming · Java Programming · question 76

Q76

Which part of code gets executed whether exception is caught or not?

A.
finally
Answer
B.
try
C.
catch
D.
throw

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board