1
Java
INTRODUCTION note
Java is a powerful programming language
designed to provide security and portability to the
user. It is the language that inherits some of its
features from C and C++.
Java is a class based high level object oriented
programming language. Developed by James gosling
and his friend in the year 1995 .
The first version of java
(JDK 1.o) was released on the year 23 January 1996 by
san microsystem.
Syntax:
Class classname
{
Public static void main(string arg[])
{
[Link](“…..”);
}
}
The extension of java program is .java.
2
Java
note