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
Name few java 8 annotations ?
What is a static class in java?
What are static methods?
What is the use of jtable?
How do I write a self declaration?
Explain creating threads by extending thread class ?
Can a class extends itself in java?
How many types of assembly languages are there?
What is the use of generics? When was it added to the Java development Kit?
What is nested top-level class?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
What is a file pointer?
Can we use static class instead of singleton?
Why does java have two ways to create child threads? Which way is better?
What is formatted output in java?