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
What is a class object?
Does java support Operator Overloading?
What are wrapper classes in java?
What is bom encoding?
Explain, java is compatible with all servers but not all browsers?
How does arraylist size increase in java?
What is constructor chaining in java?
What are strings in physics?
Is it necessary that each try block must be followed by a catch block?
What is a generic type?
What is the synonym of string?
Why pointers are not used in java?
Can a private method of a superclass be declared within a subclass?
What is the platform?
What is double parsedouble in java?