What major diff JDK1.5 have

What major diff JDK1.5 have in compare to jdk1.5
[55 byte] By [Shambhu98a] at [2007-11-26 15:47:09]
# 1
yeah i'd have to say there isn't a great difference between those two.now ... FEED ME DUKES!
shoopy.a at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 2
> What major diff JDK1.5 have in compare to jdk1.5This is some sort of joke right?
cotton.ma at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 3

> 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

a3cchana at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 4
Sorry , it's in compare to jdk1.4
Shambhu98a at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 5
> Sorry , it's > in compare to jdk1.4You didn't check out the links posted above.a3cchan posted this link describing exactly 1.5 vs 1.4: http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html
Suntra_Vineeta at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 6

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

a3cchana at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 7
> Sorry , it's > in compare to jdk1.4jdk1.4 doesn't exist, 1.5 does.
jwentinga at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 8

> > 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

Suntra_Vineeta at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 9

> > > 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

georgemca at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 10
> yeh, but not jdk1.4Oh, I see. You mean its official name is "1.4.0" not "1.4".
Suntra_Vineeta at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 11

> > 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.

jsalonena at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...
# 12

> 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...

Suntra_Vineeta at 2007-7-8 22:06:36 > top of Java-index,Java Essentials,Java Programming...