0% found this document useful (0 votes)
12 views2 pages

Overview of Java Programming Language

Java is a powerful, class-based, high-level object-oriented programming language that emphasizes security and portability. Developed by James Gosling and his team in 1995, the first version (JDK 1.0) was released on January 23, 1996. Java programs use the .java file extension and follow a specific syntax structure.

Uploaded by

rohitk93639
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views2 pages

Overview of Java Programming Language

Java is a powerful, class-based, high-level object-oriented programming language that emphasizes security and portability. Developed by James Gosling and his team in 1995, the first version (JDK 1.0) was released on January 23, 1996. Java programs use the .java file extension and follow a specific syntax structure.

Uploaded by

rohitk93639
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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

You might also like