Database - JDBC, Java Server Pages, and MySQL - Discussion

Discussion Forum : JDBC, Java Server Pages, and MySQL - General Questions (Q.No. 14)
14.
What is bytecode?
Machine-specific code
Java code
Machine-independent code
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Manche Shekhar said:   1 decade ago
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.

Ahamed said:   1 decade ago
Bytecode is usually obtained when a java program is compiled and it is considered to be a hexa-decimal machine independent code.

Post your comments here:

Your comments will be displayed after verification.