Java versions | CodeGuru

Java versions

Bruce Eckel’s Thinking in Java Contents | Prev | Next Although I test the code in this book with several different vendor implementations of Java, I generally rely on the Sun implementation as a reference when determining whether behavior is correct. By the time you read this, Sun will have released three major versions of […]

Written By
CodeGuru Staff
CodeGuru Staff
Mar 1, 2001
2 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Although


I test the code in this book with several different vendor implementations of


Java, I generally rely on the Sun implementation as a reference when


determining whether behavior is correct.

By


the time you read this, Sun will have released three major versions of Java:


1.0, 1.1 and 1.2 (Sun says it will make a major release about every nine


months!). Version 1.1 represents a significant change to the language and


should probably have been labeled 2.0. (And if 1.1 is such a big change from


1.0, I shudder to think what will justify the number 2.0.) However, it’s


version 1.2 that seems to finally bring Java into the prime time, in particular


where user interface tools are concerned.

This


book covers versions 1.0, 1.1 and selected parts of 1.2, although in situations


where a new approach is clearly superior to the old, I definitely favor the new


approach, often choosing to teach the better approach and completely ignore the


old approach. However, there are some cases where it’s unavoidable to


teach the old approach before the new, in particular with the AWT, since not


only is there a lot of old Java 1.0 code out there, but some platforms still


support only Java 1.0. I will try to be scrupulous about pointing out which


features belong to which version.

One


thing you’ll notice is that I don’t use the sub-revision numbers.


At this writing, the released version of 1.0 from Sun was 1.02 and the released


version of 1.1 was 1.1.5 (Java 1.2 was in beta). In this book I will refer to

Java
1.0, Java 1.1

and Java 1.2 only
,
to guard against typographical errors produced by further sub-revisioning of
these products.
Contents

|

Prev

|

Next
CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.