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 to include static files in a JSP page?
What is a jsp page?
What is the page directive is used to prevent a jsp page from automatically creating a session?
Give an example of using your own tags.
Can we call servlet from jsp?
Show the 2 types of comments in JSP.
What is page scope?
How to deactivate el usage on jsp?
Define Composition.
What is jspinit method?
What are the different life-cycle methods?
What is scriptlet, expression and declaration in jsp?
What is tag file?
How can we create jsp custom tags?
Show attributes of page directives.