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 javac used for?
Why do we need variables?
What is ide with example?
What is an example of a boolean?
Why is String immutable?
What is the difference between break and continue statements?
What are the four integer types supported by java?
When should I use singleton?
What is finalize method?
how to deploy apache tomcat server to weblogic server in java
What is parseint?
What is object-oriented programming?
Is a string literal?
What is package protected in java?
Which package is imported by default?