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
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is the difference between math floor and math round?
What are the topics in core java?
what is deadlock? : Java thread
What is the final blank variable?
What is the old name of java?
Can a class have more than one object?
How is final different from finally and finalize?
What is boolean keyword in java?
Is singleton class thread safe?
Is 0 a real number?
What is the use of generics? When was it added to the Java development Kit?
What is variable declaration and definition?
What is vector?
How does a for loop work?