#1Multiple Choice

Given the element from the web application deployment descriptor:
<jsp property group>
<url pattern>/main/page1.jsp</url pattern>
<scripting invalid>true</scripting invalid>
</jsppropertygroup>
And given that /main/page1.jsp contains:
<% int i = 12; %>
<b> <%= i %> </b>
What is the result?

Previous
Question 1 of 98
Exam 1Z0-899 Topic 1 Question 1
Back to all questions
Next