• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Passed SCJP 1.4 with 95%

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello all,

Took my SCJP 1.4 exam today and passed with 95 %. very pleased with it.

Sincere thanks to the java ranch community. you have been an immense help. I have been a silent reader of all posts in the scjp forum for past 2 months. From now on, I'm hoping to contribute my suggestions to future test takers.

Thought I would share some suggestions so that it may help future test takers. K & B is the best book out there. Read and Re-read it thoroughly. All exercise questions in K&B are very important. Do them repeatedly until you get them all right. Also K&B mock exam very closely simulates actual exam. Take that exam at the very end just 1 or 2 days before the actual exam. What u get in the mock is what you will get in the actual exam.

Dan chisholm's site is very useful, particularly, objective wise questions (you will get many of them wrong the first time u try it). It will give you confidence to tackle any question beacause, each objective is covered with lot of detail.

As far as the actual exam is concerned, be very strong in following topics.

Arrays: will be initialized with default values whether or not array is declared within a method or not. be aware of all NullPointerException scenarios.

Object Casting: be thorough with all casting issues. i.e casting up an hieararchy. casting down an hiearchy. etc.

Operators: &&,||,|,^,&. Know the differences and be prepared to see lots of these with flow control-loops.

Annonymous and Inner Classes: be very thorough. sometimes these will be linked with thread questions.

Garbage Collection: again be very thorough. can expect 1 or 2 twisty questions on these.

Threads: join(), sleep(), yield(), wait(), notify(), notifyall(). know everything about these.

String & StringBuffer: expect joint questions on these that illustrate their differing behavior.

Math class: know all method syntax and usage very well.

In short you can get very good scores if you prepare well for 30-40 days. Finally a big hug for kathy sierra and bert bates. They're the best.

Thanks
Srinath
 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratz..
Awesome score...

Not too detailed with the exam


Regards
 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Awesome score Srinath....

Thanks for the tip..
 
Ranch Hand
Posts: 335
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congrats!!!
 
Ranch Hand
Posts: 579
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations O O
!
_

 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Awesome Srinath !

We're very, very happy that the book helped.

- Bert
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Srinath and thanks for sharing your experience.
 
reply
    Bookmark Topic Watch Topic
  • New Topic