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

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I received my score 9 calendar days after taking the exam.
Thanks to many on this site. Most of all, reading about other's experiences helped in confidence in taking tests (Developer and Programmer).
As stated elsewhere, the developer test is nothing if in fact you have done your own work on the assignment. You basically need to study only your own documentation (if you have done it properly per the instructions) in order to pass the test.
Therefore, plan to take the exam immediately after uploading the assignment.
 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Doug Harvey:
I received my score 9 calendar days after taking the exam.
Thanks to many on this site. Most of all, reading about other's experiences helped in confidence in taking tests (Developer and Programmer).
As stated elsewhere, the developer test is nothing if in fact you have done your own work on the assignment. You basically need to study only your own documentation (if you have done it properly per the instructions) in order to pass the test.
Therefore, plan to take the exam immediately after uploading the assignment.


That is a great score. I wish mine was that high.
How did you handle client id?
Did you make your client jar executable?
 
Doug Harvey
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
>>How did you handle client id?
If you mean for record locking: I used RMI and set it up so that each client got his own instance of the remote data class. I then stored that reference in the lock record.
If you mean for client authentication: I did not force the client to log-on.
>>Did you make your client jar executable?
No.

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Congrats! This is a great result!
Can you sketch out the design what you implemented?
Design patterns, lock, Data class modified or extended...
RMI activation? etc.
Thanx in advance.
Ban
 
Blood pressure normal? What do I change to get "magnificent"? Maybe this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic