aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes HFSJ page 336  on Question 6 -- Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "HFSJ page 336  on Question 6 --" Watch "HFSJ page 336  on Question 6 --" New topic
Author

HFSJ page 336 on Question 6 --

Grace Yang
Ranch Hand

Joined: Apr 01, 2007
Posts: 58
HFSJ page 336 on Question 6

<%@ page isELIgnored="true" %>

What is the effect?

A..
B..
C..
D The JSP containing this directive should NOT hava any Expression Language code evaluated by the JSP container.

E. This page directive will only turn off EL evalution if the DD declares a <el-ignored>true</el-ignored> elements with a URL pattern that includes this JSP.

The answer is E.

But I think it's D.

Any suggestion? Thanks
Remko Strating
Ranch Hand

Joined: Dec 28, 2006
Posts: 893
I agree, but it's already discussed here

The answer should be D


Remko (My website)
SCJP 1.5, SCWCD 1.4, SCDJWS 1.4, SCBCD 1.5, ITIL(Manager), Prince2(Practitioner), Reading/ gaining experience for SCEA,
Grace Yang
Ranch Hand

Joined: Apr 01, 2007
Posts: 58
Thanks Remko.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: HFSJ page 336 on Question 6 --
 
Similar Threads
isELIgnored directive
Doubt in Chapter 7
page isELIgnored="true"
isELIgnored="true"
Doubt on mock exam isELIgnored question