What's java compiler? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's java compiler?

16th Aug 2016, 10:44 AM
Ahed Sheta
Ahed Sheta - avatar
2 Answers
+ 1
Java compiler converts your program into machine language (javabyte code)
17th Aug 2016, 1:56 AM
Ssg
+ 1
for java programs, there is 2 step process. 1.compile 2. running. compiling can be done with javac which convert to intermediate byte code which is class file. running program with java class files make program to run.
23rd Aug 2016, 4:57 PM
Mahender
Mahender - avatar