Hi all,

what is the difference in declaring variables using in JSP verion .91???

I use this and it works find:
<%private static final int myInt = 0; %> and

But I have seen some code that uses this:
<SCRIPT runat="server">
  private static final int myInt = 0;
</SCRIPT>


Cheers

Marc

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to