When garbage collector invokes object?s finalize() method?
Answer Posted / niranjanravi
when it detects vthat the object has become unreachable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When does a class need a virtual destructor?
What is a treemap in java?
What is the difference between overriding & overloading?
What is the static method?
what is encapsulation in java? Explain
What is a memory leak in java?
What is empty list in java?
What is bifunction in java?
Is there any sort function in java?
If a variable is declared as private, where may the variable be accessed?
Can we make the abstract methods static in java?
What is the difference between preemptive scheduling and time slicing in java programming?
What is vector?
Can an interface have a class?
How do you do math powers in java?