1.

what is finally block do?

A. It represent block of code in which exception can arise.
B. It is used in place of catch block or after catch block .
C. It is used to throw an exception.
D. None of the above
Answer» C. It is used to throw an exception.


Discussion

No Comment Found