• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Study Guide: focus

 
blacksmith
Posts: 979
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good morning Jeanne and Scott, all the best for a happy & healthy new year.

In an attempt to polish an old certification (SCJP5) certifying for SE 8 this year is in my radar ;)

Were does the focus lie nowadays when it comes to this certification?

Thank you, kind regards,
 
author & internet detective
Posts: 42018
916
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The biggest feature in Java 8 was lambdas/functional programming. This topic is used in questions that cover many of the other objectives as well. So you have to know this topic REALLY well.
 
author
Posts: 4352
45
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you plan to take the upgrade exam from 6 or earlier, make sure you read the appendix. There's a lot of stuff (from OCA 8 and OCP 7) that are required knowledge for the upgrade exam and not in the OCP 8 objective list.
 
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

Gian Franco wrote:In an attempt to polish an old certification (SCJP5) certifying for SE 8 this year is in my radar ;)

Were does the focus lie nowadays when it comes to this certification?


So you need the "Upgrade to Java SE 8 OCP ( Java SE 6 and all prior versions)" exam (1Z0-813). Here you'll find all exam topics you need to know to pass this exam.

Besides the new Java 8 features (streams, lambda expressions, interfaces with default and static methods, Date/Time API) you also need to learn about new Java 7 features (diamond, multi-catch, try-with-resources, NIO.2). Probably the best you can do is purchase an OCPJP7 study guide and use it in your preparation to study the Java 7 related exam objectives.
 
He baked a muffin that stole my car! And this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic