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 |
What is locale?
Can a class be private?
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
What is casting?
What are drawbacks of singleton class?
How to sort an array from smallest to largest java?
What are decalarations?
What are "class access modifiers" in Java?
What is off heap memory?
what is auto boxing
Tell me the latest versions in java related areas?
When will you define a method as static in Java?
0 Answers SwanSoft Technologies,