Note:The
The finnaly block is executed all cases (even Errors like Memorry & System failre) except System.exit(1);
Exception Hierarchy
finally
block is a key tool for preventing resource leaks. When closing a file or otherwise recovering resources, place the code in a finally
block to ensure that resource is always recovered.The finnaly block is executed all cases (even Errors like Memorry & System failre) except System.exit(1);
Exception Hierarchy