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 predicates in java 8?
Differentiate between == and equals().
What is google full form?
what are the disadvantages of indexes in oracle?
Is a class an object?
Difference between notify() method and notifyall() method in java?
What is oop in java?
do I need to use synchronized on setvalue(int)? : Java thread
Name few java.lang classes introduced with java 8 ?
What is package private scope in java?
What is the program compilation process?
Name some OOPS Concepts in Java?
how can i use a nonsynchronized hashtable?
What is the properties class?
What do you mean by stack?