ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Java Compiler translates the source code into?
Correct Answer: C — Byte code
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.