what are the differences between final,finally,finalize
methods?

Answer Posted / thennavan.m

final is a Modifier

finally is a closed Exception Statement

finalize is method{remove the memory resource before call
the garbage collection}

Is This Answer Correct ?    20 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why synchronization is important?

584


What do you mean by default constructor in java?

574


What will be the output of round(3.7) and ceil(3.7)?

679


What is the main difference between java platform and other platforms?

506


What is the super void?

456






What is return type in java?

629


What is the purpose of encapsulation?

540


What is derived datatype?

624


What is protected access modifier?

576


Is array primitive data type in java?

531


How do you escape sequences in java?

590


What is pre increment and post increment in java?

497


How to display all the prime numbers between 1 and 100

503


What is the difference between form & report?

588


What is local class in java?

518