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
How an object is serialized in java?
How do I get 64 bit java?
What is final method in java?
Can we call a non-static method from inside a static method?
What are abstract methods in java?
Explain different ways of creating a thread?
What is static block?
What is the difference between serializable and externalizable interfaces?
What are the 3 types of loops in java?
What are inbuilt functions in java?
Which class cannot be a subclass in java?
How many bytes is a string java?
Explain about serializable interface in java?
How can a gui component handle its own events in java programming?
Does isempty check for null?