Java Compiler Time Environment
A Java compiler is a compile for the programming language Java.The Java Programming Language Compiler (javac), included in the java development kit.The compiler does java source code convert to Byte code..This is the time we are call java compiler time environment.To get this done we are use to terminal or cmd and set our working directory.Some an example below.
C:\User\Desktop\java\javac example.java
example is our source code file and .java is file extension.javac is our compiler.if you type the code create .class file.We are known as Byte code file,intermediate object file.