• 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

Enthuware for OCAJP 7

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am seeing questions from Enthuware tests which I am not sure in the syllabus for OCAJP 7.

So far I am seeing questions from LinkedList, ENUM etc.

Are they in the syllabus for 1Z0 803 ?
 
Varun Prasad
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also HashMap
 
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
You can find the exam objectives on this link.
 
Enthuware Software Support
Posts: 4818
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. There are exactly 2 questions in which the explanations include a reference to LinkedList to show a contrast with the behaviour of an ArrayList. (The questions are about ArrayList, which is on the exam.) There is exactly 1 question where the code listing includes LinkedList but the question does not depend on knowing much about LinkedList, which has now been changed.

2. enum is not explicitly mentioned in the objectives but switch statement is. There are exactly 5 questions that refer to enum and they relate only to its usage with in a switch statement. There is exactly 1 question that that refers to enum in relation to valid keywords.

3. There is no question on HashMap. There is exactly one question that contains the word HashMap but the question is about overriding and not about HashMap functionality at all.


HTH,
Paul.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic