Can an object?s finalize() method be invoked while it is
reachable?
Answer Posted / janet
While the object is still reachable, an object?s finalize()
method cannot be invoked by the garbage collector.
However, an object?s finalize() method may be invoked by
other objects.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How does varargs work in java?
What is method with example?
What is ascii code?
which class is the wait() method defined in? : Java thread
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What are checked exceptions?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
what is server side caching?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
How to sort an array from smallest to largest java?
Can we compare two strings in java?
Explain about varargs in java?
Can you explain inner class.
What does mean in regex?
What is meant by 'Class access modifiers'?