Lesson 1.1
Lesson 1.1
Java is a new language (being created in 1995) and has been very
successful.
Advantages of Java:
1. Cost 4. Object Oriented
2. Platform Independent 5. Simple language
3. Versatility
Cost
The first reason for Java’s popularity is its cost – absolutely FREE!!
Platform Independent
These are small GUI applications that can be run from within a web
page.
You can build and change large programs without a lot of additional
complication.
Simple language
You can do anything with Java that you can with any of the more
complicated languages.
A Brief History of Programming Languages
In the early 1950’s most computers were used for scientific and
engineering calculations.
The programming language of choice in those days was called
FORTRAN (FORmula TRANslator).
FORTRAN was the first modern language and is still in use to this
day (after going through several updates).
In the late 1950’s, bankers and other business people got into the
computer business using a language called COBOL (Common
Business Oriented Language).
BASIC (and its successors, GW-BASIC, Visual Basic, Visual Basic .NET)
is probably the most widely used programming language.
Java had its beginnings in 1972, when AT&T Bell Labs developed the
C programming language.
Then, with object-oriented capabilities added, came C++ in 1986
(also from Bell Labs).
On May 23, 1995, Sun Microsystems released the first version of the
Java programming language.