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?
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 :-)
Good idea! I think I'll do some filtering and add some of those things to the SCJD faq!
kiran sonawane
Greenhorn
Joined: Jul 21, 2009
Posts: 22
posted
0
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 .
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.