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 locale in java?
Can we sort arraylist in java?
Is string a wrapper class?
What is keyword and identifier?
Differences between C and Java?
Explain java coding standards for classes or java coding conventions for classes?
What is function and its uses?
When should the method invokelater() be used?
What are constants and how to create constants in java?
Does printwriter create a file?
What does java stand for?
Which method cannot be overridden in java?
Explain java coding standards for variables ?
What is the biggest integer?
What is the major difference between linkedlist and arraylist?