Hi all....
I'm rajendranath, and i've a doubt on page directive.
Look at this question given HFSJ.
give:
<%@ page isELIgnored="true" %>
I think the answer is D.
Because, EL can be ignored using a page directive element or specifying them in DD.
ie answer is D. (The
JSP containing the diractive should not have any EL code evaluated by the JSP container.)
But the answer given is E.
E) This page directive will only turn off EL evaluation if the DD declares a <el-ignored> true </el-ignored> element with a uRL
pattern that includes this JSp.
can anyone please claer my doubt.