• 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

Doubt on EL (question 6 on chapter 7 cofee cram in HFSJ)

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

I found the following question in HFSJ in chapter 7 self test/coffee cram.

<%@ page isELIgnored = "true" %>
What is the effect ? (Choose all that apply)

A. Nothing this page directive is not defined.

B. The directive turns off the EL code by the JSP container in all of the web application's Jsp's

c. The JSP containing this directive should be treated by JSP container as a well-formed XML file

D. The Jsp containing this directive should not have any EL code evaluated by the JSP container.

E. This page directive wil only turn off EL evaluation if the DD declares a <el-ignored>true</el-ignored> element with url pattern that includes this Jsp

What i think is option D is the correct answer to this question.
But it is given as option E is correct in the book HFSJ.
Can any one please explain me how option E is correct and why not option D

Thanks in Advance,
Suchitra
 
Ranch Hand
Posts: 528
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out the errata page for this book.
reply
    Bookmark Topic Watch Topic
  • New Topic