Diff b/w JDK and J2SDK

Hi, i'm new to java. Can anybody tell me where can i find j2sdk 1.5 or latest version for download? cause i found jdk 1.5 but not j2sdk 1.5.. is there any difference b/w those two?
[195 byte] By [Deepak_Sonia] at [2007-10-3 12:01:45]
# 1
This is off-topic I think. You may want to check out the "New to Java" forum ( http://forum.java.sun.com/forum.jspa?forumID=54).Anyway, the answer is here: http://java.sun.com/javase/6/webnotes/version-6.html
PeterAhea at 2007-7-15 14:38:25 > top of Java-index,Developer Tools,Java Compiler...
# 2
Absolutely there is no difference between jdk and j2sdk. Both are used interchangebly.Somewhere u will also find J2SE.So JDK(Java development kit) , J2SDK(Java 2 standard development kit) and J2SE(Java 2 Standard Edition) all are one and same..so no need to worry.
siddheshwara at 2007-7-15 14:38:25 > top of Java-index,Developer Tools,Java Compiler...
# 3
actually, they are not.Versions 1.0, 1.1, 5.0, and now 6.nothing are JDKs. Everything in between were J2SDKs.They have identical functions of course, but they're not the same.Blame Sun marketing for the confusion.
jwentinga at 2007-7-15 14:38:25 > top of Java-index,Developer Tools,Java Compiler...