• 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

SCJP passed

 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. I passed SCJP on Wednesday with 100%

My preparation:
I prepared for 2 1/2 months with at least 5 hours the day. After my diploma in mathematics, I had a highly theoretical approach to Java (At university I have learned a lot about computer science like finite automats, context-free grammar, analysis of algorithms and so on. But never delved into the depths of any specific programming language)
So, I started learnig with the bible about SCJP: K&B. I also rented some other books about this topics, but liked K&B the most: written in a casual tone, but dry and accurate when it has to. And the writers always kept in mind to just give you the informations you'll need for the exam, nothing more and nothing less. Thanks!

It took me 4 weeks to work through this book, taking all the self-tests directly after I made one chapter and scored about 50% on an average. So I started from the beginning, read every chapter a second time and wrote index cards about all the details I already had forgotten (I ended up with 900 of these cards...) All the time I wrote many small programms to check things out. I discovered the Java Language Specification at that time and read most of it, without the claim to memorize all these tiny little distinctions and rules, but it gave me a very good feeling about why things are the way they are in Java.

Now, I really had the feeling to understand every important (for the exam) concept and made the selftests of K&B a second time. This time scored about 70%, feeling very dissatified with my performance. It became clear to me, that my theoretical knowledge of concepts was sufficiant and my weak points were: Memorizing the API and especially: reading code snippets. Memorizing the API lead to another 200 index cards. As I tended to follow the flow of the given code snippets overlooking the basics (like missing imports, visibility of members or syntax like "case default:") I took the masterexam (without time limit) and trained to first scan every code regarding these topics like a compiler would and to spot oddities (like members marked final, explicitly given constructers but missing no-arg-constructers, members marked protected...) I felt really confident with the outcome and signed up for the exam. The last week I just took some other mock exams (K&B Bonus master exam, www.danchisholm.net and inquisition). My plan was to take all the mock-exams from the linklist here at JavaRanch, but I was so fed up with learning, that I only managed these three.

The exam:
Don't know what to say. Maybe I had a bit of luck: the questions I got have been absolutely straight-forward. No code snippets with more than 20 lines of code. No confusing thread questions (as others have experienced. I think there have been only about 5 thread-related questions). Many many generics questions. Before reviewing the drag-and-drop questions, a window popped up, warning me that previous answers will be deleted. The amount of right options have been given always. Most of the time there were no "code will not compile" options, but "code will not compile due to an error on line...". All questions I got, could be answered with the informations given in K&B, all! (Thanks again)

Some tips:
- It's not only important to understand the concepts but to find your own way of how to read the given code and not to overlook the pennys
- Make sure that pencil and paper is allowed in your testing center
- If you score 50% or more on the K&B exam (or bonus exam) and do not suffer from extreme exam nerves: You will definately pass the exam. (no responsibility is taken for the correctness of this information )
- If you are now planning to take the exam in the next months: Order the voucher till June 23 and use the code given here: http://www.sun.com/training/savings/retake.xml to get a free retake.

Good Luck!
 
Ranch Hand
Posts: 1710
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Sasha,


Amazing score!
Now you are on list of rare SCJP pass outs who have scored 100%.


Regards,
 
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congracts Thats a great job.


And i should say thanks to you.
You cleared some of my doughts that i posted here
 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Sasha. It's an amazing score.

Regards
Padma
 
Ranch Hand
Posts: 290
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi sasha, congratulations! unforgettable score!Thanks for sharing your mission scjp.




-srinivas
 
Ranch Hand
Posts: 377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Sasha.
 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Congrats Sasha. Great Score!

Thanks for sharing your experience.
 
Ranch Hand
Posts: 447
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats...


Thanks

Anil Kumar
 
Ranch Hand
Posts: 652
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sasha,
Great Score.






Regards
Nik
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats shasha!!

kalpana
 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good Job!!!

Jeesh... So far I only have 100 index cards...
 
Ranch Hand
Posts: 37
Spring Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations from myside.. Really Amazing Score..
 
Sasha Ruehmkorf
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you all
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Sasha.

Great score!!!

You deserved it after all the trouble you took.



Percy
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sasha,Congrats
How you have scored the ultimate? Pleaze share . Have you used whizlabs mock test
 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats !!! Great Score !

I am also preparing for the exam and going through K&B book second time. Still I am not getting very satisfied scores on mock test. Can you tell me about maintaining index cards? How do you maintain that?

Thanks !
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Holy good green-eyed Liz!!!

I know Java authors who didn't get 100%!!

That's an incredible, amazing score Sasha!

Congrats,

Bert
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Awesome score. Congrats!
 
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations !
 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy Sasha..

Wonderful, amazing, unbeatable Score
reply
    Bookmark Topic Watch Topic
  • New Topic