Once there is no handle to an object, a Java component called the ____ reclaims it, so that its memory can be reused by other objects.

A. Java Virtual Machine (JVM)
B. compiler
C. garbage collector
D. interpreter

Answer: C

Computer Science & Information Technology

You might also like to view...

A(n) ________ relationship is the most common type of relationship

Fill in the blank(s) with correct word

Computer Science & Information Technology

A class is generic

A) if it is a subclass of the Object class B) if it is a superclass of the Object class C) if it has type parameters D) if it has method parameters

Computer Science & Information Technology