0 votes
184 views
in Object Oriented Programming by (0 points)
closed by

When finally block gets executed?

Select one:

a. Always when a try block get executed, if exception do not occur.

b. Always when try block get executed, no matter exception occured or not. Correct

c. Always when a method get executed, no matter exception occured or not.

d. Only when exception occurs in try block code

closed

1 Answer

0 votes
by (0 points)
 
Best answer
b

Related questions

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...