VISTEX
Company
Programming
Basics
what is the difference between final, finally and finalize?
Read Solution (Total 1)
-
- final is a keyword if it is declared in variable no children variable can be created if it is declared as declared in class no child class can be created if it is declared with objects no child object can be created final is associated with classes, variables & objects
finally is a keyword associated with try and catch block after try and catch finally keyword is written its main function is to finally declare the function it returns the Garbage value
finalize is also same as final keyword main difference is finalize is associated with objects and final keyword is associated with functions - 5 years agoHelpfull: Yes(0) No(0)
VISTEX Other Question