JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?
Thanks,
Seenu
Answer Posted / saravanan sagadevan
isThreadSafe is true means, doesn't implement
SingleThreadModel.So its not a thread safe. if
ThreadSafe=false, SingleThreadModel is implemented ,ant
This page is Thread safe.
| Is This Answer Correct ? | 32 Yes | 0 No |
Post New Answer View All Answers
Explain about sets?
What data type is string java?
What is data and its types?
How do you sort a string in java?
What is wrapper class example?
What is internal iteration in java se 8?
What is the java project architecture?
What is the difference between == and === javascript?
what is difference betweem home interface and remote interface?
Explain the scope or life time of class variables or static variables?
What do you understand by synchronization?
What is prime number in java?
What does snprintf return?
In java, what is the difference between method overloading and method overriding?
What is the function of java?