• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Difference between Jdk 1.1, Jdk 1.2 and Jdk 1.4

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the difference between Jdk 1.1, Jdk 1.2 and Jdk 1.4?
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Different versions.

One big difference between 1.0 and 1.1 was the way events and event listeners were handled. 1.2 added Collections. Version 1.4 added the keyword "assert".

You can find the release notes at java.sun.com for more details.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I think it is .1 between 1.1 and 1.2 and .2 between 1.2 and 1.4 and .3 between 1.1 and 1.4

Mark
 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All of the differences are WAY too numerous to list here. However, The official Java web site contains all the documentation documentation you need about Java. For example, here is the index for docs about Java 1.4. If you scroll down the page, you can find Enhancements and Changes in Java 2 SDK v1.4.2 and New Features since J2SE 1.3 Platform. Each release of Java has similar documentation. You will probably have to search the archives to find information about versions older than 1.3. However, it is available, so don't give up.

Layne
 
author
Posts: 201
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While you are at it, please see my postings in the Java in general (intermediate) forum under the topic "Key Advantages of Java 5" regarding J2SE 5, aka Java 5, aka Java v. 1.5.

Regards,

Jacquie
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah, and the difference between 1.4 and 5.0 is a good 3.6

Mark
 
Replace the word "snake" with "danger noodle" in all tiny ads.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic