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 are some characteristics of interference class?
Why can't we override private static methods?
Does garbage collection occur in permanent generation space in jvm?
What is complexity in java?
Can a class be private in java?
Can we use a switch statement with strings?
How do you create an array in java?
When is an object subject to garbage collection?
How do you start a thread?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Is math class static in java?
What is the internal implementation of set in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Wha is the output from system.out.println(“hello”+null); ?
How do you declare an array that will hold more than 64KB of data?