ICSE Class 9 Computer Applications Question 8 of 30

Introduction to Java — Question 8

Back to all questions
8
Question

Question 8

What is Java Bytecode?

Answer

The programs written in Java are compiled into a machine language for a virtual computer called Java Virtual Machine (JVM). The machine language for this special Java Virtual Machine is called Java Bytecode. The Bytecode files are generated with the ".class" extension.