bytecode compilation
字节码编译
bytecode execution
字节码执行
bytecode interpreter
字节码解释器
bytecode virtual machine
字节码虚拟机
bytecode instruction
字节码指令
bytecode optimization
字节码优化
bytecode analysis
字节码分析
bytecode debugging
字节码调试
bytecode generation
字节码生成
the java virtual machine executes bytecode instructions.
Java 虚拟机执行字节码指令。
compilers translate source code into bytecode.
编译器将源代码转换为字节码。
bytecode is a low-level representation of code.
字节码是一种低级的代码表示形式。
the bytecode can be executed by any java virtual machine.
字节码可以由任何 Java 虚拟机执行。
understanding bytecode is essential for optimizing java applications.
理解字节码对于优化 Java 应用程序至关重要。
bytecode is platform-independent, allowing java programs to run anywhere.
字节码是平台无关的,允许 Java 程序在任何地方运行。
decompiling bytecode can reveal the original source code.
反编译字节码可以揭示原始源代码。
bytecode is a key component of the java platform's portability.
字节码是 Java 平台可移植性的关键组成部分。
the bytecode verifier ensures that executed bytecode is safe and valid.
字节码验证器确保执行的字节码安全有效。
debugging java applications often involves analyzing bytecode.
调试 Java 应用程序通常涉及分析字节码。
探索常用高频词汇