Java Foundations
Chapter One
In This Chapter
* Where Java technology came from
* The features of Java technology
* How Java compares with other
languages
* How to download and install Java
The History of Java
Way back in 1995, Sun Microsystems released the first version of the
Java programming language to the public. Since then, Java technology
has become an extremely popular language and has been adopted by millions
of developers to create robust applications. Though Java applications
can be executed in practically any environment, they are most
commonly used in networked environments such as an intranet or the
Internet.
Java technology can be seen as both a language and a platform. The
language is simple, secure, and powerful. Using it, you can write applications
that can run on practically any device, including a PC, a personal
digital assistant (PDA), a cellular phone, or a television.
Where Java Technology Came From
Back in 1991, some folks at Sun Microsystems were thinking about the future of
computing. Their research indicated the "next big thing" would be intelligent
consumer devices. A small group was formed under the code name "Green
Project" to create ... read full excerpt from Java Foundations ebook