Which two are valid and equivalent? (Choose two.)
A.
<%! int i; %>
B.
<%= int i; %>
C.
<jsp:expr>int i;</jsp:expr>
D.
<jsp:scriptlet>int i;</jsp:scriptlet>
E.
<jsp:declaration>int i;</jsp:declaration>
Explanation:
Which two are valid and equivalent? (Choose two.)
Which two are valid and equivalent? (Choose two.)
A.
<%! int i; %>
B.
<%= int i; %>
C.
<jsp:expr>int i;</jsp:expr>
D.
<jsp:scriptlet>int i;</jsp:scriptlet>
E.
<jsp:declaration>int i;</jsp:declaration>
Explanation: