• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

latest version of jdk

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyboy tell me features of jdk1.7(dolphin) over jdk1.4(tiger)
 
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no.
Dolphin doesn't yet exist, Tiger isn't 1.4, and 1.4 isn't the latest version.
 
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
Tiger is the current production version of Java - Java 1.5 (or 5.0, that's the same).

The next version, which is due to get ready in a few months, is Java 1.6 (or 6.0...), codenamed Mustang.

After that we'll have Dolphin (1.7, 7.0, ...) but it will probably be two years or so before it's ready for release.

See http://java.net/ for info on future Java releases.
 
Jeroen T Wenting
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
technically 1.5 doesn't exist.
It's the internal version number for the files, not the version for the entire product.

So javac 1.5.0 is part of JDK 5.0.
 
town drunk
( and author)
Posts: 4118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you, Jesper: your helpfulness is very much appreciated by the staff.
 
Jesper de Jong
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


If you want to know why Sun likes to confuse us with different version numbers for the same thing, see this: Version 1.5.0 or 5.0?
 
Jeroen T Wenting
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
at least we're no longer bothered with the Java 2 standard edition 1.4 version 1.4.2_08
 
Ranch Hand
Posts: 294
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So what features we should expect in 1.7? Templates, operator overloading, macro processing?
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm looking forward to

java.lang.AI.dwim();
 
Sheriff
Posts: 28321
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by dema rogatkin:
So what features we should expect in 1.7?

There was an announcement at JavaOne last week about that. Nothing substantial yet; all I see in the various on-line reports is this, which appears to be straight from the press release:

"The Dolphin release, also known as Java SE 7, is set to feature direct support for XML and �super packages�, which are new constructs that allow hierarchical modular organization. Super packages are expected to benefit larger scale development."

(After a little more googling:) Here's a link with a tiny bit more detail:

http://searchwebservices.techtarget.com/originalContent/0,289142,sid26_gci1102081,00.html
[ May 23, 2006: Message edited by: Paul Clapham ]
 
Jesper de Jong
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

Originally posted by dema rogatkin:
So what features we should expect in 1.7? Templates, operator overloading, macro processing?


Templates - do you mean like C++ templates? Did you know Java 5.0 already has generics, which is more or less the same?

What about some of the neat features of C# - delegates, getters and setters? (No pointers and no operator overloading, please!)
[ May 24, 2006: Message edited by: Jesper Young ]
 
Jeroen T Wenting
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
oh god, they're going to change the language syntax to XML?
Don't hope we're going to have to code something like:

in the future (I've seen things like this proposed, don't think I made it up on the spot)...
 
Here. Have a potato. I grew it in my armpit. And from my other armpit, this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic