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
6.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
6.9k points