The continuing Revolution of java
By: aathishankaran in Java Tutorials on 2007-02-01
The initial release of java was nothing short of revolutionary, but it did not mark the end of java's era of rapid innovation. Unlike most other software systems that usually settle into a pattern of small, incremental improvements, java continued to evolve at an explosive ace. Soon after the release of java1.0, the designers of java had already created java1.1. The features added by java 1.1 were more significant and substantial than the increase in the minor revision number would have you think. Java 1.1 added many new library elements, redefined the way events are handled by applets, and reconfigured may features of the 1.0 library. It also deprecated (rendered obsolete) several features originally defined by java 1.0. Thus, java 1.1 both added and subtracted attributes from its original specification.
The next major release of java was java 2. Java 2 was a watershed event, marking the beginning of the 'modern age' of this rapidly evolving language! The first release of java 2 carried the version number 1.2. It may seem odd that the first release of java 2 used the 1.2 version number. The reason is that it originally referred to the version of the java libraries, but it was generalized to refer to the entire release, itself. Java 2 added support for a number of new features, such as Swing and the collections framework, and it enhanced the Java Virtual Machine and various programming tools java 2 also contained a few deprecations. The most important affected the Thread class in which the methods suspend (), and stop () were deprecated.
This version java 2, version 1.3, is the first major upgrade to the original java 2 release. For the most part it adds to existing functionality and 'tightens up' the development environment. In general, programs written for version 1.2 and those written for version 1.2 are source-code compatible. Although version 1.3 contains a smaller set of changes than the preceding three major releases, it is nevertheless important.
In this article it explain about both 1.2 and 1.3 versions of java 2. Of course, most of the material applies to earlier versions of java, too. When a feature applies to a specific version of java, it will be so noted, otherwise, you can simply assume that it applies to java, in general. Also, when referring to those features common to not versions of java2, this book will simply use the term java 2, with out a reference to a version number.
As of 2023, the latest Java version is Java 20. According to the Oracle Java SE Support Roadmap, version 20 is the latest one, and versions 17, 11 and 8 are the currently supported long-term support (LTS) versions, where Oracle Customers will receive Oracle Premier Support. OpenJDK is also available free of cost and its versions are almost always similar to Oracle's paid versions. The OpenJDK versions can be downloaded from https://openjdk.org/
Add Comment
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
- Your name, rating, website address, town, country, state and comment will be publicly displayed if entered.
- Aside from the data entered into these form fields, other stored data about your comment will include:
- Your IP address (not displayed)
- The time/date of your submission (displayed)
- Your email address will not be shared. It is collected for only two reasons:
- Administrative purposes, should a need to contact you arise.
- To inform you of new comments, should you subscribe to receive notifications.
- A cookie may be set on your computer. This is used to remember your inputs. It will expire by itself.
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
- Although the administrator will attempt to moderate comments, it is impossible for every comment to have been moderated at any given time.
- You acknowledge that all comments express the views and opinions of the original author and not those of the administrator.
- You agree not to post any material which is knowingly false, obscene, hateful, threatening, harassing or invasive of a person's privacy.
- The administrator has the right to edit, move or remove any comment for any reason and without notice.
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
- Data Science
- Android
- React Native
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Read a file having a list of telnet commands and execute them one by one using Java
Open a .docx file and show content in a TextArea using Java
Step by Step guide to setup freetts for Java
Of Object, equals (), == and hashCode ()
Using the AWS SDK for Java in Eclipse
DateFormat sample program in Java
concurrent.Flow instead of Observable class in Java
Calculator application in Java
Sending Email from Java application (using gmail)
Comments