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
Explain the importance of finally over return statement?
Why java is used everywhere?
How can I become a good programmer?
What is dynamic binding(late binding)?
What is variable explain with example?
What does indexof return in java?
What is an argument java?
Does substring create a new object?
How to create com object in Java?
What is ide with example?
What is difference in between java class and bean?
What is the difference between iterator and enumeration ?
Can you inherit a constructor java?
How does split work in java?
How do you bind variables?