• 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

please provide me the answer to this question

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

i just did the coffee cram questions in chap 7 in the hfsj book and i have a doubt regarding the answer to question 6. the question is as follows;

<%@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 evaluation of expression language code by the JSP container in all of the web application's JSP's.

C. The JSP containing this directive should be treated by the JSP container as a well-formed XML fiel.

D. The JSP containing this directive should NOT have any expression language code evaluated by the JSP container.

E. This page directive will only turn off EL evaluation if the DD declared a <el-ignored>true</el-ignored> element with a URL pattern that icludes this JSP.

my answer is D. but the book says the answer is E. how can that be? i mean if you use page directive it will ignore EL tags in that specific JSP right? please correct me if my answer is wrong.

thank you

Dinuka Arseculeratne
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This question has already been answered by bryan refer this thread

https://coderanch.com/t/172100/java-Web-Component-SCWCD/certification/HFSJ-Page
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic