When garbage collector invokes object?s finalize() method?
Answer Posted / saravanan
unreachable object opportunity to perform the cleaning
process before garbage collect.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we have any code between try and catch blocks?
What is the current version of java?
How to print an arraylist in java?
What is an empirical question?
Explain when noclassdeffounderror will be raised ?
Differentiate storage classes on the basis of their scope?
What are encapsulation, inheritance and polymorphism?
What is the technique adopted to create an immutable class?
What is bifunction in java?
What is stringreader?
what are the states associated in the thread? : Java thread
What is the difference between access specifiers and access modifiers in java?
What is void data type?
Explain about version control?
What is default constructors?