> What major diff JDK1.5 have in compare to jdk1.5
letter CaSE ^_^
For new features @see
http://java.sun.com/javase/6/webnotes/features.html
http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html
http://java.sun.com/j2se/1.4.2/docs/relnotes/features.html
http://java.sun.com/j2se/1.3/docs/relnotes/features.html
@author Adam
A http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html is very exciting reading! There are also several nice java 5 articles on the Web:
http://www.javaworld.com/javaworld/jw-04-2004/jw-0426-tiger1.html
http://www.onjava.com/pub/a/onjava/2005/04/20/javaIAN5.html
http://dev2dev.bea.com/pub/a/2005/09/java_5_features.html
plus many articles on ibm developer works (search "java 5"):
http://www-128.ibm.com/developerworks/java/library/j-forin.html
... but imho feature list on sun.com and linked tutorials are best to start with.
~~
Adam
> > Sorry , it's
> > in compare to jdk1.4
>
> jdk1.4 doesn't exist, 1.5 does.
What are you talking about?
This migration page specifically mentions things
that changed since 1.4.0:
http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html
> > > Sorry , it's
> > > in compare to jdk1.4
> >
> > jdk1.4 doesn't exist, 1.5 does.
>
> What are you talking about?
>
> This migration page specifically mentions things
> that changed since 1.4.0:
>
> http://java.sun.com/j2se/1.5.0/docs/relnotes/features.
> html
yeh, but not jdk1.4
> > yeh, but not jdk1.4
>
> Oh, I see. You mean its official name is "1.4.0" not
> "1.4".
No. There newer was JDK 1.4; the version 1.4 Java standard edition development kit was called "Java 2 SDK 1.4". This "JDK" thing applies only to Java versions before 1.2 and after 1.4.2.
http://java.sun.com/j2se/1.5.0/docs/relnotes/version-5.0.html
Quote: Due to significant popularity within the Java developer community, the development kit has reverted back to the name "JDK" from "Java 2 SDK" (or "J2SDK"), and the runtime environment has reverted back to "JRE" from "J2RE". Notice that "JDK" stands for "J2SE Development Kit" (to distinguish it from the J2EE Development Kit). The name "Java Development Kit" is no longer used, and has not been offically used since 1.1, prior to the advent of J2EE and J2ME.
> Quote: Due to significant popularity within the
> Java developer community, the development kit has
> reverted back to the name "JDK" from "Java 2 SDK" (or
> "J2SDK"), and the runtime environment has reverted
> back to "JRE" from "J2RE". Notice that "JDK" stands
> for "J2SE Development Kit" (to distinguish it from
> the J2EE Development Kit). The name "Java Development
> Kit" is no longer used, and has not been offically
> used since 1.1, prior to the advent of J2EE and
> J2ME.
Ah, I see what you're talking about now. Java naming... god... I want to die...