Asked by Johanna Olivas on Sep 27, 2024

In Java,source code is compiled into object code called ______________.

A) Bit-code
B) Class code
C) Method code
D) Byte-code

Byte-Code

An intermediate form of code generated by compiling source code, which is executed by a virtual machine.

Source Code

Source code is the set of instructions and statements written by a programmer using a programming language to create a software application.

  • Acquire knowledge on the compilation mechanism and the characteristics of Java bytecode.