I have the site name JAVA EXCEPTION HANDLING,
I am learning Exception handling in java. I just want to know, does the finally() block always get executed in Java Exception Handling?
this code in java, can I be absolutely sure that the finally block always executes, no matter what something() is?
I am learning Exception handling in java. I just want to know, does the finally() block always get executed in Java Exception Handling?
this code in java, can I be absolutely sure that the finally block always executes, no matter what something() is?