• 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

Should i read servlets specifcations?

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

I just started preparing for SCWCD and i am in the fifth chapter of Head first servlets and JSP by Kathy sierra..At the end of the fifth chapter there are some mock questions.I could not able to answer the few questions like question no.12 on page number 219 with the material given in the Book as i had to refer to Servlets specifications.Should i use servlets specification beside HFSJ for preapring SCWCD 1.4 exam?

Thanks & Regards,
Sudhakar Karnati
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Absolutely. By the time you take the exam you should have read (and understood) the complete spec.
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ulf Dittmer,
Are the servlet specs available in this site?Please let me know.Thank you
 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes please read the spec...atleast the main classes and interfaces and there methods.

you really need not memorize everything by heart, but it helps to ahve an overview.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Are the servlet specs available in this site?


SCWCD Links
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

As per your suggestions i wanted to read the specifications before the exam.

But, what is the exact version for these specifications?
I found in sun site, for J2EE 5, following versions are applicable.
JSP: 2.1 (In 1.4: 2.0)
JSTL: 1.2 (In 1.4: 1.1)
Servlets: 2.5 (In 1.4: 2.4)

So, what do you suggest to read?

Thanks,
Naresh
 
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
All three (Servlets, JSP, JSTL) are part of the exam objectives. The 1.4 exam is available only until the end of April 2008, so if you're not taking the exam until then, you'll want to study the JEE 5 versions.
[ February 09, 2008: Message edited by: Ulf Dittmer ]
 
No holds barred. And no bars holed. Except this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic