0
Q:
A) Java Virtual Machine | B) Garebage collector |
C) Both A and B | D) None |
Answer: B) Garebage collector
Explanation:
Explanation:
The Java programming language provides a system-level thread to track memory allocation.
Garbage collection has the following characteristics:
• Checks for and frees memory no longer needed
• Is done automatically
• Can vary dramatically across JVM implementations