Loading practice questions
Java Compiler translates the source code into?
Correct Answer: C — Byte code
Explanation:
Java program is converted into 'byte code' which makes it easier to run on wide variety of environments. Only the run-time package JVM has to be implemented for each platform.