• 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

Which Version is Latest Stable ?

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. I want latest and stable version of java that helps my j2ee project.
Whats Diff between 1.5 and 1.6 version ?.How is the performance in 1.6 compared to 1.5 for support j2ee?
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java SE 6 Update 6 is the latest non-beta version of Sun's implementation of Java. Download it here: http://java.sun.com/javase/downloads/index.jsp

For an overview of the improvements and changes in Java 6 compared to Java 5, see the New Features and Enhancements page.

Always use the latest stable version, unless you have a special reason to use an older version - the latest version is most likely to be better and faster than any older version.
[ May 22, 2008: Message edited by: Jesper Young ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic