Javac

Updated: 04/26/2017 by Computer Hope

Javac is the standard Java compiler and part of the Java Development Kit. It creates bytecode for the Java virtual machine from valid Java code. While it is primarily run from the command line, it can run programmatically using the Java compiler API (application programming interface).

API, Bytecode, Compiler, Java, Programming terms