Computer Science, asked by nparendramodi3142, 8 months ago

Java source code is compiled into_____.

Answers

Answered by kevinanthony27
0

Answer:

Bytecode

Explanation:

In Java, programs are compiled into bytecode, which the JVM (Java Virtual Machine) then executes at runtime.

Similar questions