0
A java program uses a compiler as well as interpreter? Why?
2 odpowiedzi
+ 12
A java compiler converts the code into a byte code which is independent to be run anywhere but an interpreter is needed to run the program in specific systems like Linux , Unix , windows OS etc
An interpreter converts the byte code into a machine level code after then the code is ready to run in systems.
I hope you understand