What is finally block in java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is finally block in java?

8th Apr 2018, 3:14 PM
Prasenjit Dey
Prasenjit Dey - avatar
1 Answer
+ 5
finally block is always executed whether exception is handled or not . so it contains imp code which wants to execute compulsory.
8th Apr 2018, 3:21 PM
Manorama
Manorama - avatar