• 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

sample assignments

 
Ranch Hand
Posts: 193
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am curious, are there any sample assignments available? Thank you.
 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
People who have made their assignment will not share it with you (i guess). So, the only sample assignment you can find, is the one that comes with the SCJD-book (by andrew monkhouse).
More info you can find here
 
Higgledy Smith
Ranch Hand
Posts: 193
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So you need to think up an assignment for the SCJD? Sun does not give you an assignment to go off design and build? Thanks.
 
Roel De Nijs
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Higgledy Smith wrote:So you need to think up an assignment for the SCJD? Sun does not give you an assignment to go off design and build? Thanks.



Of course you get an assignment of sun. there are 2 different assignments (Bodgit & Scraper and URLyBird) and each assignment has many versions.

More info about scjd, you can read in the faq
 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Higgledy Smith wrote:So you need to think up an assignment for the SCJD? Sun does not give you an assignment to go off design and build? Thanks.



No, you cannot think up "any" assignment for SCJD submission. When you register for the exam, Sun will give you a specific assignment to download, develop, submit. Due to Sun's confidentiality agreement, nobody can give you a copy of their assignment.

So to get an idea of what a SCJD assignment looks like, you can take a look at the example DVD program in Andrew Monkhouse's SCJD book. The DVD program is NOT the SCJD assignment, its similar in that it uses the same technologies - Core Java, File I/O for persistence, RMI & Sockets for networking and Swing for GUI. Note that SCJD requires you to use one of RMI or Sockets, NOT both.
 
reply
    Bookmark Topic Watch Topic
  • New Topic