Advertisements
Advertisements
Question
A Java program uses a Compiler as well as an Interpreter. Explain.
Answer in Brief
Solution
- The Java compiler turns source code into byte code.
- The Java interpreter (JVM) transforms byte code into platform-specific machine code.
- Java programs use both a compiler and an interpreter.
shaalaa.com
Is there an error in this question or solution?