Answer Posted / vipin gupta trainer
isThreadSafe sattes that wheather jsp engine can pass
multiple req simultaneously to the page . a value set to
true(default) indicates that a new thread is started and
therfore request are handled simultaneously . ise the jsp
engine can send multiple concurent lient request to the jsp
page . value set to false indicates that jsp engine sends
lient request one at a time to the jsp page .
It is recommended to always use the value tue for the is
threadsafe page directive and handled multithread issue
by avoiding jsp declaration and ensures that all object
used by the page are thread safe.
Syntex
<% page isthreadSafe="true"%>
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
How do I view jsp files in my browser?
What is session setattribute?
Is jsp and javascript same?
How do you delete a cookie within a jsp?
Why do we use jstl tags?
How can we disable java code or scripting in jsp page?
Java Server Page I can use a function in two ways:
Either I declare
What is translation phase?
What are scripting elements?
What are the steps involved in reading data from a form using jsp?
Give the syntax for jsp comments.
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What is meant by session management?
What is tld in jsp?
How to find out the name of the http method using jsp el?