Virtusa Interview Question

What is a finally statement used for in Java?

Interview Answer

Anonymous

Sep 9, 2012

To execute code regardless of whether an exception is caught in the try/catch block above it.