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
Give uses of object cloning?
What is contextpath in jsp?
mention the three important tags used in the development of jsp bean.
Is jsp platform dependent?
What are the elements of a jsp page?
What is meant by implicit objects and what are they?
What is < jsp:forward> tag for?
How can we disable el?
What is translation phase?
How many jsp implicit objects are there?
How does el search for an attribute?
What are implicit objects in jsp?
How can I declare methods within my jsp page?
Why we use jsp instead of html?
What is the use of 'out' implicit object?