• 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

How wonderful a gift to my Chinese New Year

 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finally, I got my result after 5 weeks of waiting, at this special time of a year. Here is the result:

The maximum number of points is 400, to pass you need a score of 320. Section summary: Section Max Actual Points Points
General Con: 100 90
Documentation: 70 63
OOD: 30 30
GUI: 40 29
Locking: 80 80
Data Store: 40 40
Network Server: 40 30
Total: 400 362

Well, generally I am satisfied with the score, though I don't understand the deduction for network. I am happy to see that my locking mechanism is nodded by Sun. Not surprised that I lost most for gui because I weight myself less in front end.

There are a couple of points I can tell about locking:
1. Used mutliton; caching all data values into some structures; one of these data structures is used as locker object. And, this is the only one locker object. benefit is that no deadlock could happen.
2. In lockCookie, check for validity must be done in both before and after wait() loop. A detailed discussion please refers to Anton's post.
3. A cookie is identified with a record id, which is feasible via the cached data structures. I proved this mechanism in this forum and just pasted it in my design choice. I think this mechanism might be the reason for my much delayed score compared to other for just a few days in my waiting time window. I documented this mechanism in this forum and proposed some improvements but I didn't do it in my implementation since in the last week of my doing assignment I ran out of time based on my limited time. I am glad to see Sun seems OK'ed my mechanism.

What can I say more? Thanks. Thanks this great forum. Thanks many people: Anton, Peter, Andrew, and the past Phillip, etc..
 
Ranch Hand
Posts: 113
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations! And Happy Chinese New Year to you as well.
I will be taking the second part of the exam this upcoming Friday...hopefully I can make up for my somewhat short choices.txt file with my essay answers.
 
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
I am really glad to see you pass Congratulations!
 
Andy Zhu
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, both of you.

Hey, Anton: nice to hear from you and know that you are still around. Take me quite awhile to finish the project. How can I expect? Have a full-time job with a 3-hour commuter....

Now it's time to look forward. So, what are you doing for the next step?
[ February 09, 2005: Message edited by: Andy Zhu ]
 
Ranch Hand
Posts: 1033
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations on a great score, especially on the locking! And may you prosper in the new year.

My choice for what to do after I finish this project, if I ever do, is to do more painting and photography.
 
Anton Golovin
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
I'd like to do some photography as well. If everything is ok, I will be taking Computer Science courses at an affiliate of my former University, I need only about one year of CS courses to get bachelor's there.

I am also reading up for SCEA, but that is an entirely different situation from SCJD, so I don't even know how much time it will take me.
 
Andy Zhu
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey, Anton: I sent you note in your mail box. Best luck for your application in CS (I thought you were from cs background).
Hey, All:

I wish my waiting 5 week didn't claim my photography time. Anyway, I need to decide what to do next.

More interesting question is how people in the forum decided to take the scjd. For my story, I started for finding a job. But when I just finished scjp and registered for scjd, I got a job offer. That is why it took me 7-8 months to finish this project (I have 3-hour commuter). Since that time I have paid Sun, I think I should finish it. But how about your story? How many benefits except your programming knowledge have been brought to you?

Thanks for any of your reply.
 
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 Andy

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

Regards, Andrew
[ February 10, 2005: Message edited by: Andrew Monkhouse ]
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations you!
Happy Spring Festival!
 
Ranch Hand
Posts: 582
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Andy,
Congratulations to you...

thanks
daniel
 
Ranch Hand
Posts: 1011
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congratulations! and happy chinese new year to you!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic