what is java ?
Java is Object Oriented Programming (OOPs) language with the help of java we can develop software and websites.
java is open source and widely used programming language.
javac is a java
compiler. Compiler present in java development kit (JDK).compiler is responsible
to check syntax of a source code if code was wrong then compiler generate error
message else program will compile successful then compiler convert source code (.java
file) into byte code (.class file).
we can download java easily click on link.
Comments
Post a Comment