How many times garbage collector will invoke an object?s
finalize() method?
Answers were Sorted based on User's Feedback
whenever object is go beyond the reachable gc invoked the
object by the finalize method, but it should be atleast
once in life cycle.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
only once before garbage collection or it may depend on the
garbage collector.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write POJO class as a key to hashmap???
What do you mean by hashing?
What are the java ide’s?
Explain importance of inheritance in java?
how to create multithreaded program? : Java thread
What is return type in java?
what is the Use of throws exception?
What does provide mean construction?
Can private method static?
Can we change the scope of the overridden method in the subclass?
What is assembly language?
What is the functionality of Webserver?