Computer Science, asked by anurag2108, 8 months ago

d) Java uses both compiler and interpreter, comment.​

Answers

Answered by Anonymous
4

Explanation:

The Compiler of java called as javac converts source code into a Intermediate file known as Bytecode file. The Bytecode file is unique for all types of OS means bytecode is platform independent

Now

The Interpreter of java (java) converts Bytecode into the specific OS compatible machine code . This code will vary according to OS.

Answered by Anonymous
1

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