Oracle
1Z0-899 · Question #121
Which two are valid and equivalent? (Choose two.)
The correct answer is A. <%! int i; %> E. <jsp:declaration>int i;</jsp:declaration>. See the full explanation below for the reasoning.
Question
Which two are valid and equivalent? (Choose two.)
Options
- A<%! int i; %>
- B<%= int i; %>
- Cjsp:exprint i;</jsp:expr>
- Djsp:scriptletint i;</jsp:scriptlet>
- Ejsp:declarationint i;</jsp:declaration>
How the community answered
(27 responses)- A81% (22)
- B11% (3)
- C4% (1)
- D4% (1)
Community Discussion
No community discussion yet for this question.