Compiling the program

Share:

Compiling the program:


compile created program using the java compiler

General form:

Javac Sourcefilename.java

java compiler creates a file called class file which contains platform independent bytecode of the program the compiler automatically names the class file

the general form is

Classname.class

 

No comments