<%! int i; %>
<%= int i; %>
<jsp:expr>int i;</jsp:expr>
<jsp:scriptlet>int i;</jsp:scriptlet>
<jsp:declaration>int i;</jsp:declaration>