Java program uses a compiler as well as an interpreter. Explain
Answers
Answered by
6
Answer:
Java uses compiler as well as interpreter. This is because firstly Java source code is converted to byte code by Compiler and then the interpreter comes in use which converts byte code to further machine code like Unix,MS dos,Windows7 etc.
Explanation:
I hope it helps you.
Answered by
2
The code written using any programming language is either compiled or interpreted but Java comes with both the operations. First of all, Java compiler converts the source code into bytecode. Further, the bytecode is converted into an executable machine code using the Java interpreter.
_______hope it helps u________
Similar questions