• 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

JSTL question!

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have been watched these forum for a while. A lot of people mentioned study for JSTL api for the exam, but for most of the mock exam I took, they rarely involved with c:if, x ut, so and so. Can someone please tell me is it necessary to remember these jstl tag for the scwcd exam, thank you!
 
Cowgirl and Author
Posts: 1589
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are some JSTL questions on the real exam; all questions are from the *core* library only (things prefixed with "c").

The official objective related to this is:

"Identify the tag syntax and describe the action semantics of the following JSP Standard Tag Library (JSTL v 1.1) tags: (a) core tags: out, set, remove, and catch, (b) conditional tags: if, choose, when, and otherwise, (c) iteration tags: forEach, and (d) URL-related: url"

You won't have questions on *all* of these, but you *could* have questions on any of them

cheers,
Kathy
 
reply
    Bookmark Topic Watch Topic
  • New Topic