0% found this document useful (0 votes)
4 views

02.java History Overview

Uploaded by

shoth456
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

02.java History Overview

Uploaded by

shoth456
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

02. Java History By Mr.

Vishnu

Java History Overview


What is Java?

Java is a high level programming language and also known as platform because of its
JRE (java runtime environment).

Brief History of Java.

Java language project initially started in June 1991 by James Gosling, Mike Sheridan,
and Patrick Naughton. An oak tree stood outside Gosling’s office at that time and java
named as oak initially. It later renamed as Green and was later renamed as java from
java coffee.

Base concept of java language project.

Write once, run anywhere (WORA) – that means java program can run anywhere and
on any platform. When java code is compiled it is converted into byte code. Now only
this byte code is needed to run using JVM, no need of source code and recompilation.

Java released versions:

 JDK Alpha and Beta (1995)


 JDK 1.0 (23rd Jan, 1996)
 JDK 1.1 (19th Feb, 1997)
 J2SE 1.2 (8th Dec, 1998)
 J2SE 1.3 (8th May, 2000)
 J2SE 1.4 (6th Feb, 2002)
 J2SE 5.0 (30th Sep, 2004)
 Java SE 6 (11th Dec, 2006)
 Java SE 7 (28th July, 2011)
 Java SE 8 (18th March, 2014)

1
Sri Sureka Technologies, NearAndraBank,Opposite Geethanjali High School, Near S.R.Nagar Signal,
S.R.Nagar, Hyderabad-500038, Ph: 040-66616677, Mobile: +91-9885602332.
02. Java History By Mr. Vishnu

2
Sri Sureka Technologies, NearAndraBank,Opposite Geethanjali High School, Near S.R.Nagar Signal,
S.R.Nagar, Hyderabad-500038, Ph: 040-66616677, Mobile: +91-9885602332.

You might also like