Multiple Choice
Java uses ____ to deallocate objects that are no longer needed.
A) garbage collection
B) destructors
C) scope resolution
D) memory functions
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: The Smalltalk block object is enclosed in
Q35: In C++,template classes can be used to
Q36: C++ includes _,which specify how to deallocate
Q37: The unique structure of each application is
Q38: To avoid repeated inheritance,one must _.<br>A) declare
Q40: In Java,scalar data types are objects for
Q41: In C++,instance variables and methods are both
Q42: C++ has built-in garbage collection.
Q43: Referencing is the ability of a class
Q44: C++ member functions that are given implementations