• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Which jdk to use?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the SCJP 1.4 certification. I did this a while back. I'm now looking to do the SCJD exam (i am planning on purchasing the exam exam next week). Can I do it using jdk 1.5? I saw on the Sun website about java 6. Does this have in effect on using jdk 1.5 to do the SCJD exam?
 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

there is a sentence in the SCJD assignement telling that the java platform
you use for your assignment :

"must not have been superseded by a new production version for more than 18 months by the time you make your submission."

It means you cannot use a too old JDK. To be short, use the JDK 1.6, and you
will be fine.

Gilles
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is JDK 5.0 Update 15 a production version and can I use it for my submittion in this year (before 2009)?

Thanks,
Long
 
Long Ng
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Long Ng:
Is JDK 5.0 Update 15 a production version and can I use it for my submittion in this year (before 2009)?

Thanks,
Long



I got it from John:

I wrote Sun with this very question, because I found the 18 months thing very confusing.

Below is the main answer I got:

"While certification exams, such as the SCJP 1.4 and SCJP 5.0, are designed to test for specific versions of Java, the SCJD assignment is designed to be completed using a current version of Java. You may actually use either Java SE 5.0 or 6.0 for the SCJD assignment.. Java SE 6.0 was released December 11, 2006, so Java SE 5.0 may be used for the SCJD assignment until June 11, 2008."

Thank a lot!
Long
reply
    Bookmark Topic Watch Topic
  • New Topic