Answer Posted / ani.arava
protected void finalize() throws Throwable
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can we restart a thread already started in java?
In java, what is the difference between method overloading and method overriding?
What is object-oriented paradigm?
How many bytes are there?
Does java support multiple inheritances?
What is the difference between throw and throws keywords?
What is tochararray in java?
How do you reverse a word in java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is set and get methods in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Can we synchronize static methods in java?
What are the topics in core java?
What is the benefit of abstract class?
What is java util hashmap?