"Craig R. McClanahan" wrote:
>
> Object instance variables in your servlet class can be used under some
> circumstances.  Examples:
>
> * You set something up in the init() method, and then only read it
>   during the service() calls.

Another example is an instance variable that is read-only after initialization.

Kevin Mukhar

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to