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
How do you format in java?
When throws keyword is used?
How are multiple inheritances done in Java?
Define locale.
What is boolean query?
What is java and their uses?
Write a program to check for a prime number in java?
What is jagged array in java?
Is array a class?
What is mean by exception?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Explain about wait() method?
Is java written in c?
Can a variable be local and static at the same time?
How do constructors use this() and super()?