Download - Final

Transcript

Final - is a modifier applicable for class, methods and variable. Class we cant extend class. Cant create child classMethod cant override it in calid classVariable becomes constant an cant perform any assignmentsFinally - is a block which is accommodates with try() catch () blocks to clean up codeTry() we write risky code where exception cam occurCatch() handling exceptionsFinally cleanup code. Closing streams, network connection, database connection in finally block

Finalize is a method called by garbage collection just before collecting eligible obj.