javac is the Java compiler . It translates Java source code into bytecode. java is the JVM launcher which we use to run our program.
javac is the Java compiler . It translates Java source code into bytecode. java is the JVM launcher which we use to run our program.