When garbage collector invokes object?s finalize() method?
Answer Posted / ravikiran(aptech mumbai)
before the unused objects ges garbage collected
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does indexof return in java?
Why declare Main() method as a static in java ?
How do you reverse a string in java?
Where is the singleton class used?
What is a super method?
What is method overloading and method overriding?
Is java a prime method?
Differentiate between nested and inner class in java.
describe synchronization in respect to multithreading? : Java thread
What is blank final variable?
How objects of a class are created if no constructor is defined in the class?
What is the final access modifier in java?
What is the difference between yield() and sleep()?
What is the purpose of using break in each case of switch statement?
What are the various access specifiers for java classes?