![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> what is the difference between jdk1.2 and jsdk1.2 jdk 1.2 is short form of java development kit which includes javac,java etc executable.This is the minimum requirement if you are developing java programs. jsdk1.2 is short form for java servlet development kit.Jdk 1.2 does not have api for developing Servlet.jsdk1.2 includes all thoes classes needed to develop Servlet.Jsdk also requires jdk 1.2. 1.2 in both cases is the version number hope this will solve your problem.
Replies: |
Sponsored Links
|