Jan 17, 2009

Difference between final and finally

Difference between final and finally
A final method or variable is one that can't be overridden, finally is used in try/catch exception, the code in the finally block will be run if the try is entered.

No comments:

Post a Comment