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
State the merge-sort principle and its time complexity.
What is the difference between the paint() and repaint() methods in java programming?
What is string builder in java?
What is a modifier?
Explain an intermediate language?
What is procedure overloading?
What is method in java with example?
What 4 doubled?
Is string is a class in java?
What all methods are used to prevent thread execution ?
Can list be null in java?
How big is a 32 bit integer?
What is token in java?
Is char a data type in java?
Why string is a class?