• 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

Java SE 8 Programmer I: Guide to the Oracle Certified Associate.

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the difference between Java SE 6 Programmer and Java SE 8 Programmer ?
 
author
Posts: 5
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Annamaria,

Roel did a great job summing up the exam updates since version 6 here, so you can see what is required both on 7 and 8. Basically each version will try to add focus to aspects introduced in that version of Java (while keeping the focus of previous versions).
https://coderanch.com/t/627347/ocajp/certification/OCA-Java-SE-Exam-updates

As a teacher, I understand that choosing the right version of the test will depend on what you want to achieve. Are you looking for a paper from Oracle that says you did good and understand the language? Then choose the one that you feel more comfortable with. Do you want employers to see you are up to date in the Java world? Choose 8.

Finally, the one I like the most, do you want to be a good Java developer and understand the language decisions and its implications behind the scenes? To understand why other language decisions might be good or bad and why we do things the way we do in Java? And not start coding like 1990's while in the 2010s? Then study and try out all examples for the Java 8 version. You will be up to date and also understand what is good and what is bad, why and when. That makes a huge difference in your every day developer life.

Did I answer your question?
 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Annamaria Joseph,

First of all, a warm welcome to CodeRanch!

Annamaria Joseph wrote:What is the difference between Java SE 6 Programmer and Java SE 8 Programmer ?


I would say the difference is 2

No, seriously now. Since Java 7, Oracle has split the certification in 2 parts: the OCA one is the entry-level exam and covers java and OO basics. The OCP is the more advanced exam and covers a lot of advanced topics (generics, threads, concurrency, jdbc, file i/o, nio2.0,...). So OCPJP6 covers Java & OO basics together with a bunch of advanced topics (generics, threading, concurrency, inner classes,...).
The OCAJP8 exam covers Java & OO basics, including some new language features like a few classes of the new Date & Time API and lambda expressions. You'll find all exam objectives here. To get on the same level as an OCPJP6 certified developer you'll need to pass the advanced OCPJP8 exam as well. This exam covers besides the advanced topics of OCPJP6 also JDBC, NIO2.0, resource bundles, and of course the new language features of Java 8 like streams and lambdas.

Hope it helps!
Kind regards,
Roel
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic