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
How does el search for an attribute?
How can we create jsp custom tags?
What is request getcontextpath ()?
What are the benefits of pagecontext implicit object?
What is the use of session management?
Why is jsp used?
How run jsp program in netbeans?
How to include static files in a JSP page?
What is context in web application?
Why do we need custom tags in jsp?
Which syntax is used to comment jsp?
Can we use javascript with jsp pages?
Which is better jsp or javascript?
Explain the various scope values for
What is jsp usebean?