关于垃圾收集的问题
dy15 2003-05-06 12:45:50 1. Complete the following sentence.the java Virtual Machine specification
A.Requires mark_sweep garbage collection
B.Requires some form of garbage collection,but not necessarily mark-sweep
C.Allows for manual memory management
D.Does not adress memory management
Answer B
2. complete the follwing sentence, Mark-sweep garbage collection
A.Can identify unused object,enven if they refer to each other
B.Cannor collect objects that refer to each other cyclically
C.Is the fastest garbage collection system
D.Runs erery three seconds,in a separate system-level thread
Answer A
请帮我解释一下这两道题(用中文)
还有mark-sweep,system-level是什么意思?