SCJP题 about Garbage Collection
5. Which is true?
A. Calling System.gc() causes garbage collection to occur, but the time for the process to complete is unspecified.
B. Calling Runtime.gc() causes garbage collection to occur, but the time for the process to complete is unspecified.
C. Memory leaks are impossible in Java.
D. Memory is used more efficiently in Java.
E. Memroy corruption due to double use of memory is impossible in Java.
真火,题目看不太明白,特别是CDE选项.
请帮忙解释一下.