Java Compiler Time Environment

Dhanuka lakshan
1 min readApr 8, 2020

--

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.

--

--

Dhanuka lakshan
Dhanuka lakshan

Written by Dhanuka lakshan

I’m a Software engineering student who is currently studying @Institute_of_Java And Software Engineering(IJSE), I like coding and learn about new tech.

No responses yet