JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?
Thanks,
Seenu
Answer Posted / vikas
jsp is not thread safe.
if threadsafe="true" it means only one thread can access an
object at a time.
if threadsafe="false" it means multiple threads can access
one object at a time concurrently.
| Is This Answer Correct ? | 20 Yes | 27 No |
Post New Answer View All Answers
What is the difference between instanceof and isinstance?
What is the difference between jdk, jre, and jvm?
Can we sort list in java?
What is use of a abstract variable?
Why object class is super class for every class in java?
How to call one constructor from the other constructor ?
What are the differences between string, stringbuffer and stringbuilder?
What is anonymous inner class?
What is string data type?
Tell us something about set interface.
What are generic methods?
How many bytes are there?
What is the collections api in java programming?
Explain what is encapsulation?
What do you mean by platform independence?