JDBC, Java Server Pages, and MySQL - Technical MCQs

Q1:

What is bytecode?

A Machine-specific code

B Java code

C Machine-independent code

D None of the above is correct.

ANS:C - Machine-independent code

When we compile the java program it converts into byte code. The byte code is the machine independent code. It execute any manchine without recompilation.