javac is the Java compiler . It translates Java source code into bytecode. java is the JVM launcher which we use to run our program.
Read moreHow do I compile and run my first Java program?
Programming in Java.
Read moreWhat does it mean to compile a program Java?
Compiling a Java program means taking the programmer-readable text in your program file (also called source code) and converting it to bytecodes, which are platform-independent instructions for the Java VM.
Read moreCan I run Java on a Mac?
Java 7 and later versions can run on your Mac . Oracle Java (Version 7 and later versions) requires an Intel-based Mac running Mac OS X 10.7. 3 (Lion) or later and administrator privileges for installation.
Read moreHow do I run a Java file in Terminal?
How to run a java program
Read moreHow do I open Java in notepad?
Java program to open Notepad
Read moreWhere do I write Java code?
The top 11 Free IDE for Java Coding, Development & Programming
Read more