All, while I have only tacitly participated in the discussion forums until now, I would like thank you for your thought-provoking discussions. They, and this entire site, are invaluable.
I had no prior Java work experience before attempting the exam, only a Java programming class about 8 months ago.
I prepared by studying intensely for 5 weeks using the following methodology:
- Read and took notes(hand-written unfortunately) from RHE
- Went through objective by objective and coded programs to test each principle
- Took a few mock exams
- Went back to coding to verify I understood questions that I missed.
- Followed the Certification Study forum. Very helpful as it demands that you start thinking outside the box - i.e. makes you start posing 'what if I do this?' questions, that weren't addressed by the more straight-forward questions of RHE
- More coding and mock exams to nail down the language behaviour in more obscure cases
While my score was not terrible, I felt I could have done better. I didn't concentrate on threads as much as I should have. I wasn't expecting them to be tested as heavily as they were on the exam.
My only recommendations for taking the exam that I haven't seen readily mentioned by other postings are these:
- Use as much of the two hours as you need. Take your time and be thorough.
- Stay alert and examine the code samples carefully. I caught myself on one or two questions thinking "Okay. This question is testing this concept..." Upon revisiting the code, I realized the question appeared to be testing one concept, but was actually testing another concept.
[This message has been edited by Charles Talbott (edited February 15, 2001).]