• 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

Final Mock Q9 on Page 802

 
Ranch Hand
Posts: 275
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this just an impossibly tricky one, or wrong?

Selection "B" says "A TLD file may exist in any subdirectory of WEB-INF" is true. The TLD file could exist on the moon as well, I suppose, but that's not how I read it. Flipping back to page 611, Q2 handwritten notes say that it won't be discovered by the container if you put it in WEB-INF/classes or WEB-INF/lib. Using that logic I said 'no' to "B".

--Dale--
 
Ranch Hand
Posts: 90
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it is tricky. What I think its getting at is the fact that you can use the following in a DD


but its tricky as you don't need to have this the JSP2.0 spec and then it must be in the specified locations.

Steve
 
reply
    Bookmark Topic Watch Topic
  • New Topic