Tech
Baba.com
Home
|
Ask a New Question
|
Register
|
LogIn
How many times may an object's finalize() method be invoked by the garbage collector?
How many times may an object's finalize() method be invoked by the garbage collector?
Neguchand
Views: 751 | Community Opinion:
1
Tags..
Garbage Collector
Finalization
Java Interview
Core Java
Bookmark this page..
Ask a New Question
Go to Home
Community Opinion/Answers
Toronto
Said..
An object's finalize() method may only be invoked once by the garbage collector.
What do you think? Add your opinion/answer
*Name
Please enter your name.
*your opinion/answer:
Please enter your opinion.
Related Questions & Answers:
Which characters may be used as the second character of an identifier, but not as the first
Which Java operator is right associative?
What class of exceptions are generated by the Java run-time system?
Difference between the JDK 1.02 event model and the event-delegation model
What is the difference between the File and RandomAccessFile classes?
What happens when you add a double value to a String?