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
What are the different types of jstl tags?
Why is jsp used for?
What do you know about pagecontext and what are the advantages of using it?
Differentiate between jsp scriptlet tag and declaration tag.
What does jstl mean?
What is jsp processing?
What is jsp and why it is used?
What is taglibs?
How will you use jsp el in order to get the http method name?
How many tags are provided by jstl?
What are the components that make up a tag library in jsp?
How can the output of JSP or servlet page be prevented from being cached by the browser?
Is jsp compiled?
What is jsp exception?
Which method cannot be overridden in jsp?