Emma, you question is a little broader than just JSP.
 
It all depends on the design of your code and if you are using shared variables.  Remember, don't be fooled by the fact its a JSP ... its a Servlet in reality.   So work from there.
 
If you code variables are being shared, then yes, if not, then no.
 
alan
Dear All, 

Is it necessary to synchronize methods in JSP so as to make them thread

safe? When do I need to synchronize them? Again, if for instance my method

need to return multiple values, in which case I'm forced to use instance

variables since Java can only return a value. How can I make the JSP thread

safe? 

Emma 

To change your membership options, refer to:
http://www.sys-con.com/java/list.cfm

Reply via email to