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
Mention the jstl core tags.
What is
What is el in jsp?
What is jsp and how it works?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
What is a declaration?
What is jsp and servlets?
What is jsp and why it is used?
What is a javaserver pages (jsp)?
How can information from one JSP be passed to another JSP?
What is JTGrid?
How do I include static files within a jsp page?
Why do we use jsp?
What are the different directives in jsp?
What is a jsp directive?