• 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

Servlet API / JSP API

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
can anybody pls tell me how to remember methods from API? how to study servlets and JSPs in depth.
I am preparing for SCWCD also. but not getting how to study/ memorize all this things.
hence need help.
thanx in advance.
regards
devayani
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. get the actual API documents and become familiar with them (servlets API)
(JSP API)
2. get the Tomcat server running on your system, including the Javadocs files
3. get a copy of the objectives from this big list of Sun exams.
4. write lots of servlets and jsp exercising the exam objectives - its the only way to fix facts in your head (IMHO)
Whether you need a book or not depends on your study style.
Bill
[ February 14, 2006: Message edited by: William Brogden ]
 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Explain to others. This is best way of study I ever felt.
 
reply
    Bookmark Topic Watch Topic
  • New Topic