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
What is an argument java?
What class allows you to read objects directly from a stream in java programming?
What type of variable is error flag?
Can substring create new object?
Difference between arraylist and hashset in java?
What is dot operator?
In java, how we can disallow serialization of variables?
What is += mean in java?
Can a variable be local and static at the same time?
Can java arraylist hold different types?
what are Hostile Applets?
Explain about core java?
Why can't we make a class private in java?
What are different types of arrays?
Is java util list serializable?