aspose file tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes JDK Version and Java 2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Professional Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "JDK Version and Java 2" Watch "JDK Version and Java 2" New topic
Author

JDK Version and Java 2

Pieter Jacobs
Ranch Hand

Joined: May 20, 2009
Posts: 87
Hi guys,

I know JDK 1.3 / 1.4 and 1.5 is all part of Java 2.
In other words, for the SCJD Java 2 Certification I know I may use 1.5, but can someone tell me if 1.6 is also part of Java 2?

From the information I got off the web so far, it doesn't look like it though.

Thanks,
Pieter
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 25057
Welcome to JavaRanch

The version names are among the most complicated features of Java and there are several links you can find: 1 2 3.

I didn't realise that Java6 wasn't called J2SE any more.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32421
I'm no expert on the SCJD, but I *think* an older version of Java (like Java 5) may only be used up to 18 months after a newer version (like Java 6) has been released. Which would mean that you need to use Java 6 now.

Also note that it's now called the "Sun Certified Developer for the Java Platform, Standard Edition" - no mention of a specific version.


Android appsImageJ pluginsJava web charts
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 25057
If this question is becoming about the SCJD exam, we have a forum where that is usually discussed, so I shall move you there.
Hong Anderson
Ranch Hand

Joined: Jul 05, 2005
Posts: 1936
You should use the latest version, current is Java 6.

Please check from Sun's website, there is a constraint about 18 months as Ulf said, but I couldn't remember when the 18 months period begin.

To be safe, you should use the latest version.


SCJA 1.0, SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCJP 5.0, SCEA 5, SCBCD 5; OCUP - Fundamental, Intermediate and Advanced; IBM Certified Solution Designer - OOAD, vUML 2; SpringSource Certified Spring Professional
Pieter Jacobs
Ranch Hand

Joined: May 20, 2009
Posts: 87
Hi guys,

Thanks for the quick replies!

Thanks for those three links as well as all the feedback, I got my answer - so I will be using the latest jdk1.6 available for the Java2 SCJD assignment.

Enjoy your weekends!
Pieter
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 25057
You're welcome
liao Yang
Ranch Hand

Joined: Dec 27, 2006
Posts: 36
Hi

I'm interested in this topic and have a question to ask.

When you say "you have to use java 1.6" whether this means that you have to use the new language features in java 1.6 or it is enough that you just use the java jdk, i.e. parser, but still use language features from old versions?

Thank you
Liao
Roel De Nijs
Bartender

Joined: Jul 19, 2004
Posts: 3740

Hi Liao,

I think not using generics when you use a List or a Map, will result in points being deducted. Don't think you will fail.

But that's just my guess.

Kind regards,
Roel


SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
 
 
subject: JDK Version and Java 2
 
MyEclipse, The Clear Choice