Difference between compiler and interpreter in java
Answers
Answered by
1
compiler- A compiler is a program that translates a source program written in java into machine code.
interpreter- interpreter is a program which reads an input and translates the source program instruction by instruction.
interpreter- interpreter is a program which reads an input and translates the source program instruction by instruction.
Similar questions