nerdexam
Oracle

1Z0-899 · Question #22

Given the element from the web application deployment descriptor: <jsp -property -gro>t; <url -patter>;/main/page1.js<;/url -patte>t; <scripting -invali>;tru<;/scripting -inval>t…

The correct answer is C. The JSP fails to execute. See the full explanation below for the reasoning.

Question

Given the element from the web application deployment descriptor: <jsp -property -gro>t; <url -patter>;/main/page1.js<;/url -patte>t; <scripting -invali>;tru<;/scripting -inval>t; </jsp--property--group> And given that /main/page1.jsp contains: <% int i = 12; %> <b> <%= i %> </b> What is the result?

Options

  • A<b> <b>
  • B<b> l2 </b>
  • CThe JSP fails to execute.
  • D<% int i = 12 %>

How the community answered

(17 responses)
  • A
    6% (1)
  • C
    82% (14)
  • D
    12% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice