JSP Java Tutorial

<%!  int i;
%>
<%! void foo(){}%>

  
    <%! int j; %>
hello
      <%! void bar(){} %>