Explain difference between final, finally and finalize?
Answer Posted / mukund viswanath vyavhare
Final -it is keyword .It is use for
variables and method.
Finally-it is use to define a block
that is always executed in try
catch and finally stetment.
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
Where are global variables stored?
What is a control variable example?
Is integer a class?
What is void class in java?
What is getkey () in java?
What is lazy programming?
What is the purpose of garbage collection in java?
What restrictions are placed on method overriding in java programming?
Is there a way to increase the size of an array after its declaration?
Why vector class is used?
Is it necessary that each try block must be followed by a catch block?
What is the purpose of a transient variable?
can I implement my own start() method? : Java thread
What is default locale java?
What string is utf8?