SCJD - Which JDK?
Hi there,
My assignment tells me
<i>Throughout this exercise, you must use exclusively the Java 2 platform.</i>
As I understood is Java 2 = version 1.4.x. But in the next sentence it says:
<i>... version of the Sun Microsystems' Java 2 platform and that platform must not have been superseded by a new production version for more than 18 months by the time you make your submission.</i>
Just a definition question: is JAVA SE 5/6 considered as Java 2 platform, too?
Kind regards,
Kai
> ...
> Just a definition question: is JAVA SE 5/6 considered
> as Java 2 platform, too?
>
> Kind regards,
> Kai
It's J2SE 1.4.2, J2SE 5.0 and Java SE 6.
http://java.sun.com/j2se/1.4.2/
http://java.sun.com/j2se/1.5.0/
http://java.sun.com/javase/6/
> <i>... version of the Sun Microsystems' Java 2
> platform and that platform must not have been
> superseded by a new production version for more than
> 18 months by the time you make your submission.</i>
>
> Just a definition question: is JAVA SE 5/6 considered
> as Java 2 platform, too?
Yes, at the moment you are REQUIRED to use 5.0 or 6.0.
From sometime next year you're REQUIRED to use 6.0 (or 7.0 if it's released by then).