Programming Languages Java Objective
Jan 02, 2013

Which one of the following allow to destroy an object in Java?

Choose the correct answer:
A) Runtime.getRuntime().gc()
B) object_name.delete()
C) object_name.finalize()
D) Garbage Collection
Detailed Explanation

No explanation available.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback