JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?
Thanks,
Seenu
Answer Posted / vikas
jsp is not thread safe.
if threadsafe="true" it means only one thread can access an
object at a time.
if threadsafe="false" it means multiple threads can access
one object at a time concurrently.
| Is This Answer Correct ? | 20 Yes | 27 No |
Post New Answer View All Answers
Which class is the superclass for every class in java programming?
What is the difference between access specifiers and access modifiers in java? 16
Can bool be null?
What is a platform?
Can a static class implement an interface?
What is executor memory?
What is udp in java?
Tell me are there implementations for sorting and searching in the java libarary?
Discuss about garbage collector in Java.
Can we have multiple public classes in a java source file?
How do you override a private method in java?
How can we create objects if we make the constructor private ?
How many types of voids are there?
Highest level event class of the event-delegation model?
What is the purpose of javac exe?