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 a jsp file?
Can we write java code in jsp?
What do jsp literals consist of?
Which one is correct order of phases in jsp life cycle?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What are the different types of jsp directive?
How can information from one JSP be passed to another JSP?
List out some advantages of using jsp.
What is attribute in jsp?
Explain jsp technology?
Why don’t we need to configure jsp standard tags in web.xml?
What is difference between page and pagecontext in jsp?
What is use of scriptlet tags in jsp?
What is a jsp container?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this