Answer Posted / shiva
to make jsp as threadsafe we hav to make isThreadSafe=false
,so it sends only one request for processing.it implicitly
implement SingleThreadModel interface
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank
Explain client and server side validation?
Which tag is used for error handling in jsp pages?
Can we write java code in jsp?
How to comment out jsp code?
What is the page directive is used to prevent a jsp page from automatically creating a session?
Differentiate between include directive and include action.
What are the features of jsp?
How do I open a jsp file?
Which jsp lifecycle methods can be overridden?
What is jsp include tag?
Which directive is used in jsp custom tag?
How many jsp scripting elements are there and what are they?
What are jsp action tags?
What is jsp and why is it needed?