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

How does el search for an attribute?

711


How can we create jsp custom tags?

614


What is request getcontextpath ()?

677


What are the benefits of pagecontext implicit object?

985


What is the use of session management?

659


Why is jsp used?

664


How run jsp program in netbeans?

694


How to include static files in a JSP page?

750


What is context in web application?

663


Why do we need custom tags in jsp?

663


Which syntax is used to comment jsp?

685


Can we use javascript with jsp pages?

698


Which is better jsp or javascript?

673


Explain the various scope values for tag.

691


What is jsp usebean?

675