310-081  Exam

Exam # of questions Description  Update
310-081 167 310-081 (SCWCD) Sun Certified Web Component Devel... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

310-081 - Exam Information
  • Description: 310-081 (SCWCD) Sun Certified Web Component Developer for the Java 2 Platform, Enterprise Edition 1.4
  • Passing Score: 75%
  • Practice Test - Number of questions: 167 questions
  • Simulation Test - Number of questions: 167 questions
  • Simulation Test Duration: 41 minutes
  • Has explanations: Yes

Question of the day

Given: 1. <%-- insert code here --%> 2.

EL Tutorial

3.

Example 1

4.

5. Dear ${my:nickname(user)} 6.

Which, inserted at line 1, ensures that line 5 is included verbatim in the JSP output?

Answer(s)

  1. <%@ page ignore-el="true" %>
  2. <%@ page disable-el="true" %>
  3. <%@ page isELIgnored="true" %>
  4. <%@ page isELDisabled="true" %>
  5. <%@ page deactivate-el="true" %>
Correct Answer

<%@ page isELIgnored="true" %>