Which two are valid and equivalent?

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:



Leave a Reply 0

Your email address will not be published. Required fields are marked *