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
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What are the drawbacks of reflection?
What is java dot?
How do you override a private method in java?
What is constructor in java ?
Differentiate between vector and array list.
Explain about join() method?
Can we declare the main method of our class as private?
Can we execute a program without main?
Why are lists ordered in java?
What is variable and example?
What is a newline character in java?
Can I override protected method in java?
What is a substitution variable?
What is the do while loop syntax?