Hi, Naren. By default EL is enabled in
jsp. If we say isELIgnored="true", we are saying to the container ignore EL code in jsp. EL code will not be evaluated. Answer D is correct.
If we declare in page directive, it is enough. There is no need to declare <el-ignored>true</el-ignored> in DD
SCJP5.0, SCWCD5.0, OCEJPAD6, OCPJWSD6