Java uses both interpreter and compiler.Explain in short.
Answers
Answered by
5
Answer:
The Java compiler translates Java source code into a platform-independent language called Java bytecode. Although bytecode is similar to machine language, but it is not the machine language of any actual computer. A Java interpreter or a just-in-time compiler (JIT) is used to run the compiled Java bytecode.
Answered by
1
Explanation:
The Java compiler translates Java source code into a platform-independent language called Java bytecode. Although bytecode is similar to machine language, but it is not the machine language of any actual computer. A Java interpreter or a just-in-time compiler (JIT) is used to run the compiled Java bytecode..
HOPE IT HELPS...
PLEASE MARK BRAINLIEST...
Similar questions