Computer Science, asked by honeyysmoothey77, 7 months ago

.The Bytecode file is intermediate machine code. true or false

Answers

Answered by yadavanjali201112
1

Answer:

The executable file generated for one platform like Windows will not work on other platforms like Macintosh. In Java compilation process, the source code of a Java program is compiled to an intermediate binary code called the Bytecode. This Bytecode is interpreted and executed by JVM on the target platform.

Similar questions