0
What is javac?
2 Respostas
+ 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.
+ 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