• 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

are these topics included in the OCA exam?

 
Ranch Hand
Posts: 182
18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
are the topics "try with resources" , "multi-catch clause" , "UML modeling" and "class relationships" included in OCA -8 Exam ? I came across these in the OCA 8 programmer 1 study guide by Edward Finegan and Liguori. I dont see them in the objectives though.
 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ramya Subraamanian wrote:are the topics "try with resources" , "multi-catch clause" , "UML modeling" and "class relationships" included in OCA -8 Exam ?


try-with-resources, multi-catch clause and UML are not on the OCAJP8 certification exam. And regarding the class relationships you should only know about IS-A and HAS-A relationships for the OCAJP8 certification exam. Especially the first one is very important, because you need to know for example when a cast will not compile, will cause a ClassCastException to be thrown and when it is successfully executed.

Both UML modeling and class relationships are appendixes in the study guide, so that's additional content to help you in your preparation. But these are not actual exam objectives, so you can read the appendixes but you don't need to study them.

Hope it helps!
Kind regards,
Roel
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"try with resources" and "multi-catch clause" are on the OCP, but not the OCA. "UML Modeling" is not on either exam.
 
Ramya R Subramanian
Ranch Hand
Posts: 182
18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
okay..thank you Roel and Jeanne.
 
reply
    Bookmark Topic Watch Topic
  • New Topic