How many times garbage collector will invoke an object?s
finalize() method?
Answer Posted / ravikiran(aptech mumbai)
only once before garbage collection or it may depend on the
garbage collector.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are scriptlets?
What is the purpose of the runtime class in java programming?
What is a static class in java?
Which sort is best in java?
How do you escape in java?
what is ststic with example
How does hashset works in java?
Explain an intermediate language?
Can you inherit from an abstract class java?
Can we store variables in local blocks?
Explain about interrupt() method of thread class ?
Write a java program to print fibonacci series?
Can we have static methods in an interface?
Can private class be extended java?
Can we overload final method in java?