how to make a jsp page threadsafe?

Answer Posted / john

There is an attribute in page directive
element "isThreadSafe", assign false to this, so that the
jsp container sends the client request one at a time to the
jsp page.
<%@page isThreadSafe="false"%>

Is This Answer Correct ?    23 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is called jsp directive?

522


Explain static method?

561


How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.

1647


Why are jsp pages the preferred api for creating a web-based client program?

544


Which jsp lifecycle methods can be overridden?

526






What is difference between custom jsp tags and beans?

553


Explain handling of runtime exceptions.

647


Differentiate between include directive and include action.

504


What is meant by implicit objects and what are they?

508


How can my application get to know when a httpsession is removed?

549


Why is _jspservice() method starting with an '_' while other life cycle methods do not?

515


How to forward a request to another source?

524


What is out println in jsp?

525


what is the extended star schema

2306


What are jsp declarations?

541