30 在 Java 程式中利用 new 指令配置到的記憶體在使用完畢後,不需要用 delete 指令將配置到的記憶體歸還, 原因是 Java 採用了下列那種技術?
(A)Multithreading
(B)Just-in-time compilation
(C)Garbage collection
(D)Dynamic binding

答案:登入後查看
統計: A(61), B(76), C(332), D(81), E(0) #852263

詳解 (共 1 筆)

#3623867
Garbage collection 垃...
(共 41 字,隱藏中)
前往觀看
2
0