Tuesday, November 29, 2011

What is the purpose of the finally clause of a try-catch-finally statement?

The finally clause is used to provide the capability to execute code no matter whether or not an exception is thrown or caught.:Hi...
Category:Java Interview Questions

No comments:

Post a Comment