• 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 1.4 - 90%

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
Passed the SCJP 1.4 with 90%. My special thanks to JavaRanch.
My experience:
Phase1
Went through the practice questions to get used to the interface.
Phase2
Completed the exam in 45 min. Marked the questions which are doubtful.
Phase3
In this phase I went through all the marked questions.
Phase 4
In the last phase I went through all the questions.
After doing all the phases I had 15 mins left.
About the questions:
The exam started with 10 thread questions. 3 questions on synchronization. remaining easy.
garbage collection was easy. Remember that local object will not be garbage collected if its reference is returned by that method.
Know about the String and StringBuffer methods. questions will try to call StringBuffer methods from String objects and vice versa. so be alert.
3-4 questions on main function arguments. most of them will be runtime errors. dont confuse if u see arguments like -b , -c etc.
very basic questions on Collections framework. but know the methods as many as possible.
2 questions from assertions. but very basic.
be alert about the local variables being accessed from out of scope. especially for loop variables.
a couple of questions on short circuit operators.
know the 3 rules of hashcode.

****if you see compile error or runtime error in the answer then be careful. most of the times answer will be either of them. and if u feel that a piece of code is very easy then the question is trying to trick u.
one good thing about the exam is all the questions will ask about how many answers to select.
My personal recommendation is read velmurugan notes. it has everything.
and don't forget to take caffiene during the exam. it keeps u active.
I got 75-80% in marcus green exams. the exam questions are <= tricky than the questions in marcus tests.
Thanks to Valentin, Dan, Alfred and other javaranchers for instant responses.
JavaRanch never Sleeps!!!
Next targets - SCWCD, CCNA and UML.
Proud to be a SCJP!
[ November 26, 2002: Message edited by: Don Bosco ]
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
nicely done! -- great suggestions.
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Don!
 
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
Nice shot Don
Happy to be of some help to you.
 
Ranch Hand
Posts: 904
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats with the nice score
Thanks for the pointers.
Good luck
/Svend Rost
 
Ranch Hand
Posts: 279
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Don, glad I helped
 
Ranch Hand
Posts: 513
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation!
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations.
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good Job, Congrats
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic