Mega Code Archive

 
Categories / Java / JSP
 

Multiple Declaration

<%! int i; %> <%! void foo(){} %> <html>   <body>     <%! int j; %>        String here     <%! void bar(){} %>   </body> </html>