Respuesta :
Answer:
bytecode
Explanation:
Java compiler translates java code into an intermediate representation called bytecode. The bytecode in turn is executed on a Java Virtual Machine (JVM). The structure of the bytecode is standardized and forms part of the JVM specification.
This is different from other programming languages like C/C++ where the source code is compiled to executable which runs directly on the processor.