version: JDK1.2.1, JDK 1.2
when using "java -fullversion" and "java -version", fullversion give less information than version.
as bellow:
-fullversion (only one line):
java full version "JDK-1.2-V"
-version ( two line)
java version "1.2"
Classic VM (build JDK-1.2-V, green threads, sunwjit)
So version can give more information, include fullversion.
when using "java -fullversion" and "java -version", fullversion give less information than version.
as bellow:
-fullversion (only one line):
java full version "JDK-1.2-V"
-version ( two line)
java version "1.2"
Classic VM (build JDK-1.2-V, green threads, sunwjit)
So version can give more information, include fullversion.