• 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 SCJD 351/400

 
Ranch Hand
Posts: 197
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


So I fell into the locking trap!
I think it was just one line of code that used the cache of record numbers collection concurrently to check record validity. It wasn't a synced Set and I didn't sync on it. Occured to me a day after submitting.

I think the 1 mark for documentation was where I had cut and paste comments identically for a similar method.
You certainly don't need to javadoc everything.

So my tip is, when you get to the point where you just have to submit or you will explode, just take an hour to step through the locking code very carefully.

Does anyone ever get between 80/80 & 44/80 ?

I would like to thank the late Phil Maquet who's posts on this forum I found the most helpful. And also most noteably Andrew Monkhouse amongst many others. Thanks folks!

I'll answer questions briefly for a bit if anyone wants tips.

[ October 04, 2004: Message edited by: mike acre ]
[ October 07, 2004: Message edited by: mike acre ]
 
Ranch Hand
Posts: 531
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mike, as someone who has concurrently did his assignment as you did yours, I offer my heartfelt congratulations on your successful completion of the certification.

How long did it take you to get it back? The reason I ask is that the assignment I submitted went to the assessor today, and I am trying to get a handle on the waiting

Anton.
 
Ranch Hand
Posts: 1033
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by mike acre:


So I fell into the locking trap!
I think it was just one line of code that used the cache of record numbers collection concurrently to check record validity. It wasn't a synced Set and I didn't sync on it. Occured to me a day after submitting.

I think the 1 mark for documentation was where I had cut and paste comments identically for a similar method.
You certainly don't need to javadoc everything.

So my tip is, when you get to the point where you just have to submit or you will explode, just take an hour to step through the locking code very carefully.

Does anyone ever get between 80/80 & 44/80 ?

I would like to thank the late Phil Maquet who's posts on this forum I found the most helpful. And also most noteably Andrew Monkhouse amongst many others. Thanks folks!

I'll answer questions briefly for a bit if anyone wants tips.

[ October 04, 2004: Message edited by: mike acre ]




Congratulation!

I still wonder about the 44/80, that seems like a huge deduction for a small problem.
 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have any idea why the General Considerations score is so low?

What was your choices.txt file like?
 
mike acre
Ranch Hand
Posts: 197
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Robert Chisholm:
Do you have any idea why the General Considerations score is so low?

What was your choices.txt file like?



choices.txt was 5500 words long
split in to headings:

overall design, thin client design, rmi vs raw sockets, rmi network design, exception handleing, database search impl, transfer object design,
property config, database tier design, cacheing, Various exception choices eg IOException, record locking, validation, GUI design, business behaviours.
 
mike acre
Ranch Hand
Posts: 197
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Anton Golovin:
Mike, as someone who has concurrently did his assignment as you did yours, I offer my heartfelt congratulations on your successful completion of the certification.

How long did it take you to get it back? The reason I ask is that the assignment I submitted went to the assessor today, and I am trying to get a handle on the waiting

Anton.



Thanks Anton.
It took pretty much the full 4 weeks after submission. But some get it back in a few days. Just keep checking, don't bother outside office hours, and don't forget the + 7 hrs over GMT. I checked mine yesterday at 18:00GMT and again at 21:00GMT when it appeared.
 
Ranch Hand
Posts: 109
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!

351 points are not a bad score.
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Mike

I have moved this thread to the Sun Certification Results forum.

Regards, Andrew
 
reply
    Bookmark Topic Watch Topic
  • New Topic