JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?
Thanks,
Seenu
Answer Posted / anil kumar
JSP is by default threadsafe...
Bydefault isThreadSafe is set to 'true' in jsp, if we want
to make it not a thread safe then we have to set the value
of isThreadSafe is 'false'.
I hope you understand...
Thank u....
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What are the differences between heap and stack memory?
What is the nested interface?
What is arrays sort in java?
Explain the difference between an object-oriented programming language and object-based programming language?
Explain the private protected method modifier?
What happens to a static var that is defined within a method of a class?
what is the significance of listiterator in java?
What is java volatile?
What is meant by method?
Does anyone still use java?
Can you start a thread twice in Java?
Why set is used in java?
How many classes can any class inherit java?
Is java se free?
What is the static variable?