43. 右圖為一段 Java 程式:
若要使此程式在某一處
理器平台上執行,下列敘
述何者最正確?

(A)Java compiler將source
code 轉為 executable file,CPU 依 Java 語法進行 CPU execution

(B) Assembler 將 Java source code 轉為 object file,linker 再結合 library 成
executable file

(C) Java compiler 產生 bytecode/class file,由 JVM 透過 interpreter 或 JIT 使
程式最終以平台原生指令交由 CPU 執行

(D) Class loader 將 class file 轉回 source code,library 再交由 CPU 逐行直譯執行

答案:登入後查看
統計: 尚無統計資料