• 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

SCWCD cleared today

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

Hi ,


I got 82% of the questions right.


For the new takers, here are MY tips and tricks :

1. I tried studying from the manning book, but after reading some chapters from Head First Servlets and JSP I realized i was just wasting my time.Get Head First Servlets and JSP.

2. Read it TWICE ( or more ).

3. About the mock test at the end of HFSJ book... Many of the questions are ambiguous ( one cannot understand what the author wanted to ask, let alone give a straight answer . Apart from that, many of the answers are WRONG ( I will try to post an errata some day soon )! BUT if you do take the final mock test and score above 70% chances are 99% you'll get a score of above 70% on the exam. Really.

4. Don't expect questions like

What do you use to retrieve the value of the session attribute "x" from the HttpSession object session:

a. request.getAttribute("x");
b. getServletContext().getAttributeInSessionScope("x");
c. getSomeWeirdObject.getAttribute("x");
d. session.getAttribute("x");


And the answer would be "D".



there aren't ANY QUESTION like that one or similar. In fact I think there was one... but it had 3 correct answers all with valid ways to get an attribute from the session, so pay attention.


To be honest I have expected the exam to be easier .


Cheers and if you have questions mail me,
Victor
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats buddy
 
Enthuware Software Support
Posts: 4810
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!!
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats !!!
 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats and keep up the good work
 
Just the other day, I was thinking ... about 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