x*****p 发帖数: 1707 | 2 They are very basic questions and some answers do not explain clearly and
some answers are wrong. For example, there are two ways to launch garbage
collection, one is System.gc(), the other is Runtime.getRuntime().gc(). The
answers says Runtime.gc(). gc() in Runtime class is a non-static method. |