• 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

Passed SCJP2 1.2 with 81%

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I passed yesterday and here are some of my observations. I lurked on this board for a while and drank heartily from the generous measures of advice poured by the bartenders and regular posters. Thanks to all of you.
I used "Complete Java 2 Certification" by RHE as a study guide, and i really liked the book. I also did the mock exams at JavaPrepare and jchq which rounded out my knowledge a bit more. Do as many mock exams as you can.
I lost points by not knowing in depth some method signatures and class hierarchies. I don't generally try to learn this stuff off when it's readily available in the API but it's important for the exam. That's my one problem with certification exams.
To get a high mark, I would recommend knowing the following aside from the other main exam topics:
+ method signatures for all the main classes in java.io
+ method signatures for all the main methods in Math class
+ event class hierarchy, e.g. EventObject, and their associated listeners and adapters.
+ collection class and interface hierarchies
Also, a few obvious points worth repeating. Make sure you scroll down to see all the answer options for each question. The status bar tells you to scroll when necessary, but look at it especially if you don't fancy any of the current answers listed. Also, read each answer option carefully as it is easy to carelessly pick a wrong but similar answer because you're rushing. This may make all the difference between passing and failing.
I found the exam challenging, and definitely learned a lot from the experience. Good luck to anyone else plunging in soon.
-Mark
 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Mark !! Nicely done !
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great job Mark
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic