What is the term used for the intermediate code generated by Java?

Choose the correct answer

Explanation

The intermediate representation of Java code after compilation is called bytecode. It is neither initial code nor a generic intermediate code, and 'none of the above' does not apply.

What is the term used for the intermediate code gene… — Java concepts and its programming | PakQuizHub