Author
Passed !!
No�l Verdurmen
Ranch Hand
Joined: Jul 28, 2004
Posts: 33
I have to thank this forum. You all gave nice and helpful answers and browsing through all the threads really helped me pass the SCJD . Here are my results:
General Considerations (maximum = 100): 98 Documentation (maximum = 70): 70 O-O Design (maximum = 30): 29 GUI (maximum = 40): 29 Locking (maximum = 80): 44 Data store (maximum = 40): 40 Network server (maximum = 40): 40
Might the locking score be because I used , which might not generate a unique cookie?
No�l
Paul Goh
Greenhorn
Joined: Sep 14, 2004
Posts: 16
Can't be, I increment my long cookie by 1 everytime I need a lock cookie, so there can never be a repeated number, but still I get 44/80.
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10816
Congratulations No�l
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon , PDF from Apress , Online reference: Books 24x7 Personal blog
Steve Taiwan
Ranch Hand
Joined: Jul 01, 2003
Posts: 166
posted Oct 12, 2004 05:25:00
0
Congradulations!
Steve Taiwan<br />SCJP 1.2, SCJD 1.4, SCWCD 1.3, SCBCD 1.3, OCP 8i DBA, SCEA
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10816
This topic has now been moved to the Sun Certification Results forum. Regards, Andrew
Mogens Nidding
Ranch Hand
Joined: Mar 08, 2004
Posts: 77
Congratulations! About the 44 in locking, I'll quote Mark Spritzler from The Mysterious 44/80 Locking score :
Here is an anonymous unofficial answer I have received at JavaOne, by someone really really close to the certification and knows about grading. Basically if you get 44/80 means that the locking does not work in all cases. That there is a scenario that the examiners have run that shows the locking schema that you use does not fully lock in all concurrent scenarios.
[ October 13, 2004: Message edited by: Nicky Bodentien ]
subject: Passed !!