Multiple Choice
In Java,source code is compiled into object code called ______________.
A) Bit-code
B) Class code
C) Method code
D) Byte-code
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: List the primitive data types Java supports.Indicate
Q13: What is the syntax and semantics of
Q14: What is the output of the following
Q15: Java does not require that a variable
Q16: Applets were designed to run as stand-alone
Q18: What is the value of 7.52e-5?<br>A)752000.0<br>B)0.0000752<br>C)0.000752<br>D)0.00752
Q19: What is the output produced by the
Q20: How are line comments and block comments
Q21: The escape sequence the represents the new-line
Q22: What is byte-code? What is its importance?