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
What are the advantages of defining packages in java?
What is meant by 'bit masking' in java?
What is an example of a conditional statement?
Explain a few methods of overloading best practices in java?
Can we define package statement after import statement in java?
What is java and why do we need it? Explain
When do I need to use reflection feature in java?
Is 0 true or is 1 true?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is the static method?
Explain differences between collection api and stream api?
What are the methods of object class ?
What do you mean by buffering?
What is api in java?
What do you mean by an interface in java?