Java
Java
Language
Lecture-01
University of Shangla
Introduction
Java is a High Level programming
Language.
class Example {
}
}
Compiling The Program
To compile the Example program, execute the
compiler, javac, specifying the name of the source
file on the command line, as shown here:
C:\>javac Example.java