0
What is a compiler??
3 Respostas
+ 2
A compiler is a program that translates a source program written in some high-level programming language (such as Java) into machine code for some computer architecture (such as the Intel Pentium architecture).
0
it is not a program....but a set of programs to be accurate
0
javac compiles the code into bytecode.....and the java interpreter coverts the byte code into machine code....