Which of the following are true about the Java garbage collector by the Java Platform?
B and C.
The garbage collector cannot prevent a program from running out of memory.
It executes as a low-priority background thread.
It keeps track of which objects are reachable and unreachable.
It cannot be directed to garbage collect an object.