Answer Posted / shadow
An unreachable object may become reachable again. This can
happen when the object's finalize() method is invoked and
the object performs an operation which causes it to become
accessible to reachable objects....!
CHHAYA
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Can we call the constructor of a class more than once for an object?
What is boolean in java?
Can we convert list to set in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
Can we declare the static variables and methods in an abstract class?
What is logical variable?
Why java is considered dynamic?
What is jit compiler ?
What does %d do in java?
What is the use of arraylist class in java?
What is the difference between pass by reference and pass by pointer?
What methodology can be utilized to link to a database?
What is try-with-resources in java?
Can we override the overloaded method?
Is it necessary that each try block must be followed by a catch block?