Answer Posted / janet
finalize() method is used just before and object is
destroyed and can be called just prior to garbage
collection.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain constructors and types of constructors in java.
What is meant by method overriding?
What is stringreader?
what happens when a thread cannot acquire a lock on an object? : Java thread
what is thread? What are the high-level thread states? : Java thread
Can there be an abstract method without an abstract class?
What is the difference between final, finally and finalize() in java?
How do you convert int to char in java?
Does variable declaration allocate memory?
Why is multithreading important?
Is oracle java 11 free?
How many bytes is a string in java?
Define an applet in java?
what is nested class in java?
What is a pointer and does java support pointers?