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 is the difference between member variables initialization and assignment in a constructor?
What is the difference between a window and a frame in java programming?
What are mutable classes?
List some java keywords sun like c, c + + keywords?
What do you understand by private, protected and public?
Difference between a class and an object?
Write a program to find the whether a number is an Armstrong number or not?
What is java abstraction with example?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Where are the local variables stored?
What is the difference between static method and instance method in Java?
Difference between method overloading and method overriding in java ?
What is the difference between a local variable and an instance variable?
What is the difference between access specifiers and access modifiers in java?
What is singleton pattern?