• 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 153/155

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone...got my results today..I want to thank everyone for answering all my questions even if they were not good questions...this is what i got:
Section Summary Report:
General Considerations: Maximum=58 Deductions=0 Actual=58
Documentation: Maximum=20 Deductions=2 Actual=18 GUI: Maximum=24 Deductions=0 Actual=24
Server: Maximum=53 Deductions=0 Actual=53
Total: Maximum=155 Deductions=2 Certification Score=153
 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations and excellent score!!
Mike
 
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
Good job Pallav
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pallav Grigo, Congratulations!
Can you share your invaluable experience for those want to take the SCJD Certification, include me ?
 
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 Pallov. Can you tell us why you might have lost 2 points for the documentation?
Thanks
Mark
 
Pallav Grigo
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the two marks that i lost were because my javadoc comments were not very detailed. I thought that if i kept the comments to a minimum, it would be easier to read tjhe source. I used a very simple and basic approach throughout the assignment, so i thought that most of the things were self-explanatory. But i was wrong!
This is my basic structure of the application:
suncertify.db
DataInterface - containing all public methods in Data
Data - implements DataInterface
DataInfo
FieldInfo
Parser - to parse search arguments from client
suncertify.dbserver
RemoteInterface - extends DataInterface and Remote, no methods defined.
ServerInterface - extends Remote, single method for returning unique Connection objects to each client
Connection - implements RemoteInterface, simply redirects all the database calls from client to the server
Server - implements ServerInterface, starts the RMI registry and binds itself.
suncertify.dbclient
About - about dialog
Client - the gui
Help - help frame
LockThread - seperate thread for booking seats
PriceSorter - to sort the prices in the combo box read from the database
Resources - contains names of all resources such as images
SplashScreen - splash screen
TableStructure - the table model

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Way to go! Very, very impressive.
Best,
Debra Bellmaine
reply
    Bookmark Topic Watch Topic
  • New Topic