JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?
Thanks,
Seenu
Answer Posted / ayush dayal
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'.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Define "Access specifiers" in java.
Explain the importance of thread scheduler in java?
What is an object in java and how is it created?
What is return code?
Explain the term virtual machine?
What is public static void main?
If a variable is declared as private, where may the variable be accessed?
What are the differences between path and classpath variables?
Why is string buffer better than string ?
List types of storage classes in java?
What is meant by null and void?
Can a final variable be initialized in constructor?
Is arraylist an object in java?
Can a class be declared as static?
How to make object serializable in java?