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