JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?
Thanks,
Seenu
Answer Posted / srinu
JSP is by default its not a thread safe suppose we prevent
the JSP page from thread safe then
if threadsafe="true" it means only one thread can access an
object at a time.it handle only client request at time.it
should implements singleThreaded model interface.
isThreadsafe = false implies, jsp is not thread safe and
so it can handle multiple client requests.i.e means number
of clients access the only object
| Is This Answer Correct ? | 6 Yes | 16 No |
Post New Answer View All Answers
Can we have multiple catch block for a try block?
What is the main difference between java platform and other platforms?
Can a string be null?
What are the 3 types of control structures?
What is a Hash Table? What are the advantages of using a hash table?
What are the differences between string, stringbuffer and stringbuilder?
Explain working of call by reference function invoking.
What is a jagged array in java?
What do you mean by inner class in java? Explain
how to deploy tomcatserver to weblogic server? write d following steps?
What is the maximum size of list in java?
What does exp mean in math?
what is predefined function in java?
What is return code?
What is a short in java?