+ 1
can any one please explain about final, finalize, and finally?
2 Answers
+ 1
final: it is a keyword this keyword used to declare the constant variables and methods this variables and methods can not overriden. final class can not inheret
finalized: this is a method it is used for before garbage the object this is cleanup the process
finally: this is used for exception handling the finally block is always execute