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
what is the extended star schema
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What is jsp and asp?
Why don’t we need to configure jsp standard tags in web.xml?
What is difference between page and pagecontext in jsp?
How can we handle exceptions thrown by jsp service method?
Can you disable jsp scripting?
What is a scriptlet in jsp and what is its syntax?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
Explain the difference between servlet and jsp?
What are jsp lifecycle methods?
What are the differences between get and load methods?
How clear chache and buffer of opera browser.
Is jsp platform dependent?
What is called jsp directive?