• 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

SCJP exam

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello

What is the difference between various versions of SCJP(like 1.4 , 1.5 , 5.0 or 6.0) . Which one should I opt. ?
and where can I get full syllabus for it.

reply soon please
 
Sheriff
Posts: 7136
1360
IntelliJ IDE jQuery Eclipse IDE Postgres Database Tomcat Server Chrome Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SCJP 1.4 (4.0) is no longer available. Please look at the SCJPFaq for more details on SCJP 5.0 and 6.0 versions.
 
Ranch Hand
Posts: 1376
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


http://faq.javaranch.com/java/ScjpFaq
 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

At the beginning days of Java, the creators gave it the numbers 1.1, then 1.2 which is translated to Java 2 and all the subversions like 1.3 and 1.4 are all part of Java 2. Then Sun release Java 1.5 which had a major improvement and many new features over the previous versions so they decided to switch the name to Java 5 instead of 1.5(after the decimal .5).

To conclude:
There is the first version of Java which is Java 1.1.
Then there is Java 2 which includes 1.2, 1.3, 1.4
Then there is Java 5.0 which the same as Java 1.5
Now there is Java 6.0 which some may call it Java 1.6

With regard to the SCJP exam, I would recommend you to go with the latest ones which are Java 5 or Java 6 to guarantee yourself that you are up to date with the latest features and tools of the language.

I hope this will answer your question
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic