• 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 SCJP 5.0 with 91%

 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I cleared SCJP 5.0 with a score of 91%. Thanx to the K&B book.

Here are my section-wise scores,

Declarations, Initialization and Scoping 100%
Flow Control 90%
API Contents 70%
Concurrency 100%
OO Concepts 90%
Collections/Generics 100%
Fundamentals 90%

Thanx to all fellow ranchers.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi chandu,
Congrats.

Can u tell me the Syllabus and also can u suggest me how to prepare for the SCJP exam. If there is any sites that provodes material ans mock tests send me.
Thanks.

regards
kiran
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!!
 
Chandra Sekar
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For syllabus, visit http://www.sun.com/training/catalog/courses/CX-310-055.xml

The exam study guide written by Kathy Sierra and Bert Bates is great. For mock exams use the on that comes with the book.
 
Bartender
Posts: 3903
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by S.C Sekar:
Hi,

I cleared SCJP 5.0 with a score of 91%.



Congratulations! Great score !!!

 
Ranch Hand
Posts: 547
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats !
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats S.C. !

That's a truly outstanding score!

Bert
 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Amazing, awesome score!!!

oh! my god.

You got Concurrency 100% and Collections/Generics 100%.

How did you prepare it, can you share anything with us?

Thanks in advance.
 
Chandra Sekar
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For Generics, I went through the generics tutorial from Sun. For collections I went through the API docs. Of course, K&B was of great help.

For concurrency I wrote a messaging server supporting multiple clients. In fact, the best way to learn threads is by writing code.
 
Tiffiny Yang
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic