• 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

JSP1.2 ?

 
Ranch Hand
Posts: 260
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey folks,
my question is pretty stupid but still, I'd like to get an answer...
I know JSP1.1 and I need to make SCWCD asap.
What are the topics which are basicly differ from those in the old version and what do I have to pay attention for not to be puzzeled at the exams by the questions which will be deadful for me.
THANK YOU!!!
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I feel these are soem of the topics that are different and I found that there were quite a few questions regarding these in the exam.
1)Servlet and JSP API
2)Custom Tags in JSP
3)Concept of HttpSession and ServletContext Listeners
4)Security and Design Patterns
Also read other common J2EE Design Patterns as well..don't limit urself to just the ones mentioned in the objectives.
 
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Asher,
I hate when people think their question is stupid. The only stupid question is the one that is never asked.
If you know JSP 1.1 quite well, read tags (JSP) and listeners (Servlets)(listeners more important) and you are ready for the exam. Also read any article about filters (they ask filter questions sometimes)
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic