Which translation tool reads source code written in a high-level language and converts it into an intermediate 'bytecode' layer rather than native machine code?
Explanation:
Some modern development ecosystems (like Java or .NET) compile source code into an intermediate bytecode format, which is then interpreted or compiled at runtime by a virtual machine engine.
No comments yet. Be the first to start the discussion!