• 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 SCJD 134/155

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
thanks to all, thanks to Mike Spritzler and Michael Morris for helping me.
Following are the details
The maximum possible score is 155;
the minimum to pass is 124.
General Considerations (maximum = 58): 45
Documentation (maximum = 20): 20
GUI (maximum = 24): 18
Server (maximum = 53): 51
Should i mail them to find out why so many points were lost in general considerations and gui
thanks,
harcharan
[ December 18, 2002: Message edited by: harcharan kanwal ]
 
Ranch Hand
Posts: 513
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice shot harcharan
 
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 harcharan. Unfortunately they won't tell you why you lost points. It would be nice if they did.
Mark
 
Ranch Hand
Posts: 195
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats!
Can you please tell us your design choices.
thnaks,
sri
 
harcharan kanwal
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
yeh, Mike ,they should take some time out and let you know why you lost points, it helps candidates to improve their skills
hi sri,
i worked on two design choices
1.I created an remote Interface ,which is implemented by Data class (acts as a server for both local and remote connection) and DataClient class on the client side.
2.I designed a remote Interface, which is implemented by Data class(acts as a sever for the local connection), implemented by a separated class (acts as remote object implementation of this remote interface),and implemented by DataClient class on the client side.
i choose the second design, remote object implementation of this remote interface is a unique instance for a every new client.This implementation instantiated single object of LockManager class(handles locking) and acts as a adapter for single object of Data class.
hope this helps you,you should try to make other design choices as you think, this helps you writing down your essay exam.keep reading this forum.
good luck!
 
reply
    Bookmark Topic Watch Topic
  • New Topic