• 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

Passed 147/155

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Test: Sun Certified Developer for the Java 2 Platform (310-027)
Date Taken: 2002-03-26 17:51:10.920
Score: 147
Comment:
This report shows the total points that
could have been awarded in each section
and the actual number of points you
were awarded. This is provided to give
you per-section feedback on your
strengths. The maximum possible # of
points is 155; the minimum to pass is
124.
General Considerations(maximum= 58): 53 Documentation(maximum = 20): 20
GUI(maximum = 24): 21
Server(maximum = 53): 53
Some of my decisions were:
* I used Object Serialization over Sockets.
* My DB Server had a GUI that redirected System.out and System.err into a window.
* Encapsulated the locking into a LockManager class, relying on Thread wait and notifyAll with some helper objects.
* I modified Data instead of extending it, however one of the modifications was to implement an interface which was also implemented by the remote db class.
* It took me about 20 hours to do the project and
about 30 hours to document it.
* It took about 20 minutes to type out my answers to the exam questions.
 
Ranch Hand
Posts: 273
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats! Great score.
-Bal
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Adam. Good score.
Mark
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Adam.
Server: 53/53 great!
I thought it was always 49/53
/Enrico
reply
    Bookmark Topic Watch Topic
  • New Topic