Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

B&S: Pass 361/400

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just passed SJCD and here is my result summary

The maximum possible score is 400; the minimum to pass is 320.
General Considerations (maximum = 100): 98
Documentation (maximum = 70): 69
O-O Design (maximum = 30): 30
GUI (maximum = 40): 40
Locking (maximum = 80): 44
Data store (maximum = 40): 40
Network server (maximum = 40): 40

I feel disappointed that I got 44 for locking. Well, I guess I have to say pass is a pass.

Thanks all ranchers here and Habibi's book is very helpful.


Go Bucks!!

Cheers,
Michael
 
Ranch Hand
Posts: 329
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation!!! must be a relief

Did you implement project similar to Andrew's book?

Thanks
 
Ranch Hand
Posts: 918
IntelliJ IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Michael

congratulation !!! you did it.

Do you have compilation warnings ? you know "type safety", serial.

Regards M
 
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Michael,

Last week we did not know how to get 40 points for the GUI part.

You could give an answer! You are an example of a person who achieved 40 points for GUI.

Well done!

Br, Lucy
 
Michael Dreese
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Lucy,

Habibi's book is very good on showing you how to design the GUI. If you get a chance to review it, I will suggest you to take a look at this book. Actually, I did not do much work on GUI part and just make things simple ( ease of use ).

Originally posted by Hummel Lucy:
Hi Michael,

Last week we did not know how to get 40 points for the GUI part.

You could give an answer! You are an example of a person who achieved 40 points for GUI.

Well done!

Br, Lucy

 
Michael Dreese
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ken,

I did not get a chance to read Andrew's book so I don't know whether my implementation is similar to his book. I did follow Habibi's book.

Cheers,
Michael

Originally posted by Ken Boyd:
Congratulation!!! must be a relief

Did you implement project similar to Andrew's book?

Thanks

 
reply
    Bookmark Topic Watch Topic
  • New Topic