74.8k views
0 votes
The source code of a java program is first compiled into an intermediate language called java ____, which are platform-independent.

2 Answers

4 votes

Answer: bytecode

Step-by-step explanation

The Java compiler converts the high-level Java code into bytecodes which can be read and executed by the JVM (the Java Virtual Machine) on each supported platform.

User TylerBrinkley
by
7.5k points
6 votes
Answer: bytecode

Step-by-step explanation
The Java compiler converts the high-level Java code into bytecodes which can be read and executed by the JVM (the Java Virtual Machine) on each supported platform.
User Jonny Waffles
by
8.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.