• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Passed SCJP 1.4 with 93%

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Kathy and Bert for your wonderful SCJP exam book.
Thanks everybody who gave me feedback on my questions.
The discussions on this forum were very interesting and challenging.
How it went.
My reading glasses were fogged as I was filling out the 2 Sun surveys.
The clock did not tick yet, as somebody suggested at JavaRanch, but this could be a NZ benefit only
Luckily my classes were clear by the time I started the real thing.
There was a rattling noise coming from the ceiling, probably from the air conditioning.
My neighbor was banging on the desk with his arm, which made my monitor shake like an earthquake, something that happens about once a month in NZ, but not every minute.
After making a remark this problem was solved.
While I was looking at the first question I discovered that the right parenthesis was distorted. In stead of part of a circle it looked like a polygon with upper and lower part bent outwards. This made it hard to see a difference with a right curly brace.
The only thing I could do is keep my nerves calm, but it certainly costs me about 10 minutes more time.
After the exam I informed the lady behind the desk about the problem with the right parenthesis, but rather than take action she preferred to check the opinion of following exam takers.
Can anybody advise me where to lodge this problem ?
Level of difficulty
The test was from the same level of difficulty as the mock tests in the SCJP book of Kathy Sierra and Bert Bates.
If you do well on these test, you can expect to do well on the exam.
My lowest first time score on the mock tests was 72 % (Operators) and the highest first time score was 95% (OO). Most scores were over 90%.
My first time scores are pretty close to the actual test score.
My preparation.
I studied the book of Kathy Sierra intensively. The second time I studied the parts that I was not sure of.
I paid special attention to each exam watch and this surely paid off during the exam.
Do not get paranoid about tricks as most of them are obvious if you know your stuff well.
During my study I typed virtually all code examples and tested them. Each test was put in a folder that represents the chapter and page.This makes it easy to find them back later on.
I cannot stress this enough: practice makes perfect.
Try out variations you are not sure about, until you are satisfied you have tackled the issue from all angles. This will pay off during the exam when several topics are combined in 1 question.
Programming is a craft. Learn by doing it.
After reading the book I spent a lot of time with mock test. Maybe too much time in hindsight.
I could have spent an other half year doing mock tests without increasing my exam score.
While doing mock tests I tested each and every test I failed, trying out variations.
Personally I like the online mock test best as they can be updated easily if there is a problem.
Kathy recommends to compile and run your code examples for the commend line.
This advice is important to understand how the compiler works and how to pass parameters from the command line.
The bulk of my code examples were done with the NetBeans IDE. You can download NetBeans for free from http://www.netbeans.org
NetBeans 3.5 runs very smooth on Linux (my own experience) and OSX (from others).
On Windows you may have to do some performance tuning <insert evil laugh here>.
I have some Java books like "Thinking in Java" from Bruce Eckel and "Just Java" from Peter van der Linden. Thinking in Java can be downloaded for free from the Internet in PDF format. Very handy of you are looking for a particular topic.
I checked these books if things were not crystal clear to me.
This is important: any uncertainty you have can become a problem on the exam. Sort these out before you go on the exam.
Scope of exam tests.
With regard to the scope and depth of the exam you can trust the content of the SCJP book of Kathy.
There are no questions about anything that fall outside the scope of this book.
In order to pass the exam, limit the scope of the mock tests, as you can easily get side tracked into areas that may be interesting, but not required on the exam. In the worst case it can even work contra-productive.
I was side tracked a few times myself, not a problem, but it is important to stay focused on the exam.
The exam tests cover all topics.
My lowest score was 66% on Garbage Collection. Rather ironic as I am tidy by nature
These tests were at the end of the exam, so stay focused until the very end.
Keeping concentrated is important, so take your water bottle with you !
Good luck with your exam.
 
Ranch Hand
Posts: 2545
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
 
Ranch Hand
Posts: 867
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well done & Congratulations~~
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi John,
Thanks for the good info. How many weeks did you study?
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Terrific, John. Congratulations!
NetBeans that you allude to in your post, John, is pretty cool. I have used it on Linux (RH 7.3), Windows XP (Home) and Windows XP (Pro). It works great.
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
John, was the distorted right parenthesis seen in all the other questions where right parenthesis was used or was it just in the first question? Just curious. Wondering if it had anything to do with the resolution of the monitor.
 
Ranch Hand
Posts: 1683
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After seeing your posts, I am not surprised at your great score - congratulations!
 
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 John!
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
John -
Fantastic!!!
Thanks for using our book, we are thrilled that it helped. It's also VERY valuable for us to hear how our mocks compared to the real exam - we use this feedback for revisions and updates.
Congrats!
-Bert and Kathy
 
Ranch Hand
Posts: 1392
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations John. Thank you for the analysis of your experience and the advice.
 
John Zoetebier
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


John, was the distorted right parenthesis seen in all the other questions where right parenthesis was used or was it just in the first question? Just curious. Wondering if it had anything to do with the resolution of the monitor.


Yes, the distortion was visible on all questions, but not in the exhibits. Probably because the exhibits use a slightly bigger font size.
Most likely the problem was caused by the monitor.
If it was a resolution problem I would expect left and right parenthesis to be distorted in the same way, but they were not.
 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fabulous John! Great score. Well done.
 
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 John
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hearty congratulations and good luck for your future endeavours!
 
It will give me the powers of the gods. Not bad for a tiny ad:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic