Computer Science, asked by darshanargon, 8 months ago

Java uses both interpreter and compiler.Explain in short.

Answers

Answered by khushi02022010
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 Anonymous
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