How many times garbage collector will invoke an object?s
finalize() method?
Answer Posted / leo zhao
Only once.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of file class?
What is the main purpose of java?
What does n mean in java?
How to sort an array from smallest to largest java?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is the difference between a break statement and a continue statement?
Which is easier .net or java?
What is byte code and why is it important to java’s use for internet programming?
Can we overload destructor in java?
Why can't you declare a class as protected?
How do you remove duplicates from an array in java?
Write a java program that prints all the values given at command-line.
What is hash table in java?
Can we use return in constructor?
Is there any limitation of using inheritance?