Java Compiler & Interpreter
Java Compiler :-
In Java we can use any any Text Editor for writing the Program then save.
Java Compiler Converts the Source Code or the program into Byte Code.
Compiler compiles the Whole Code at once.
Java Interpreter :-
As we learn that we can use any Text Editor for writing program.
The Java Interpreter Converts the human code language into machine code language.
Java Interpreter Converts the .Java file into byte code and it creates .class file.
It Translate Byte Codes line by line.
0 Comments