java语言的科学与艺术-编程练习7.4
摘要:
import java.lang.Runtime;import acm.program.*;public class GCTest extends ConsoleProgram { public void run() { Runtime myRuntime = Runtime.getRuntime(); long oldMemory = myRuntime.freeMemory(); for(int i = 0; i < 10000; i++){ new Rational(1); } myRunt... 阅读全文
posted @ 2012-12-30 21:54
mybluecode
阅读(144)
评论(0)
推荐(0)
浙公网安备 33010602011771号