• 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

guide me for scjd

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi i want information about SCJD , i did scjp 1.5,1.6 scwcd1.4 , oracle certification , i don't have working experience.please tell me about books also., how much tough is this certification?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch. Start reading here: ScjdFaq and here: ScjdReadingMaterialFaq
 
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy, Kiran!

There were also some similar discussions some time ago. Please take a look here, here and here. I think it might be helpful!
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Roberto, if you think some of those discussions are particularly helpful for someone about to start out with the exam, please feel free to add links to those to the FAQ. After all, you took the exam, and should know what did or did not help :-)
 
Roberto Perillo
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good idea! I think I'll do some filtering and add some of those things to the SCJD faq!
 
kiran sonawane
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all thank you for your reply.is it sufficient to use Andrew's book , and am i eligible for scjd exam because i dont know much about sockets, files, gui.i know scjp and scwcd topics .
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I considered SCJD assignment as a distributed, multi-threaded application developed using RMI or Sockets for server and Swing for client. The key topics to understand for SCJD:
* RMI or Sockets
* Java file I/O and synchronization
* Swing
* threading
* locking (some OS book should shed some light)
* OO design and 2-/3-tier architecture

If you haven't got the assignment, read about and code some file I/O, RMI and Sockets. Then threading and locking. And finally swing.

If you got the assignment do the same thing but using the assignment's code.
 
reply
    Bookmark Topic Watch Topic
  • New Topic