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
Differentiate between vector and array list.
Mention the default values of all the elements of an array defined as an instance variable.
What is native method in java?
Define an applet in java?
What does += mean in java?
What is tcp and udp?
Difference between static and dynamic class loading.
What is type inference in java8?
How to find the largest value from the given array.
What are singleton services?
Can an unreferenced object be referenced again?
What is the use of static class?
What is sleep method?
Does java allow default arguments?
What are variable arguments or varargs?