• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

SCBCD vs SCWCD - Fight !!!

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey
Im like to think i know my java pretty well. Ive got SCJP and SCBCD easy, and now im studying for SCWCD. But man, this SCWCD is hard. Whats all this tags and html and web syntax. Im a programmer for goodness sake i dunno this web stuff.
This exam - or a large majority of it seems to come down to do u know ur syntax, and not java syntax, tag and web syntax - amd learning suff parrot fashion. The whole lot goes over my head, and im considering bailing out of doing the exam.

My quetsion simply is -to those who have written the current SCBCD and SCWCD: -which is a harder exam?
-which is harder to study for?
 
Ranch Hand
Posts: 250
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
No exam is hard if you are ready to give it a good try. People saythat SCWCD is easy to pass.

bye
 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dean Fredericks:
Hey
...My quetsion simply is -to those who have written the current SCBCD and SCWCD: -which is a harder exam?



The three exams are quite different from each other. The SCJP is language, language and more language. The SCWCD is Servlets and JSPs (there is some weird syntax in JSPs, I agree) and the SCBCD exam is about writing code in a very limited sense. (Code to a bunch of interfaces, a few ejbXXX() methods and the Container baby-sits you through all services available, plus some horribly designed Deployment Descriptor stuff).

Comparing them is almost pointless, but for me the difficulty order was:
SCWCD: easy
SCJP: easy - medium
SCBCD: medium - hard

If you haven't done any servlets, or worse, serious JSP work before, might I suggest the following books:

The Marty Hall book:
http://www.amazon.com/exec/obidos/tg/detail/-/0130676144/qid=1106009057/sr=1-2/ref=sr_1_2/104-0826477-1092706?v=glance&s=books

The Deshmukh SCWCD exam book:
http://www.amazon.com/exec/obidos/ASIN/1930110596/qid=1106008980/sr=2-1/ref=pd_ka_b_2_1/104-0826477-1092706

The Deshmukh book may be out of date now, I did the older 1.3 exam. Both books pretty much held my hand through the SCWCD exam, and after I studiously did a few practice exams on a cheap exam simulator, scored 96%. Thanks Deshmukh/Marty!
-jeff
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic