Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • 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

During test, are we allowed to refer JavaDoc or not ?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For example, when dealing with files there are tons of API Files could use.
Do we have an official JavaDoc to refer during the ocpjpt, or we have to memorize everything in our brain?
 
author & internet detective
Posts: 41860
908
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
Jen,
No, you are not allowed to use the JavaDoc (or any other reference material.)  Anything you need to know needs to be in your head.

If you dont' already have a study guide, I recommend buying one. That distills the information you need to learn. Granted it is still a lot. But at least you won't waste time and mental space on APIs known not to be on the exam.
 
Rancher
Posts: 261
12
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jen,

What Jeanne says is true. It is a lot. I am also wondering if I will ever be able to get that knowledge into my head.

I am currently preparing for the OCP exam using this OCP study guide, which I highly recommend. It clearly mentions what one must know as per the exam objectives and also gives plenty of context, example code snippets and explanations.

 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Write lots of code using the classes/methods likely to come up fo the test. Whenever you use a method, read its documentation.
reply
    Bookmark Topic Watch Topic
  • New Topic