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

What is javac?

19th Feb 2017, 12:21 AM
Paolo Mosca
Paolo Mosca - avatar
2 Answers
+ 3
JavaC = Java Compiler It turns your Java source files into .class files, which are bytecode files processed by the Java Runtime (Or Java Virtual Machine) .class files are essentially executables for the JVM.
19th Feb 2017, 1:05 AM
Varun Ramani
Varun Ramani - avatar
+ 2
Javac is a compiler present in the JDK . It accepts code java language specification and produces bytecode whch is used by jvm( java virtual machine
19th Feb 2017, 12:32 AM
rebirth