JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?
Thanks,
Seenu
Answer Posted / mahesh
isThreadSafe="true" meaning saays that our servlet doesnot
provide the implementation of Single ThreadModel
interface.so single instance can handle multiple Requests.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is array in java?
what do you mean by classloader?
What is basic syntax?
What is a prefix function.write down a code to compute prefix function.
Why do we need data serialization?
What is an iterator java?
What are the four integer types supported by java?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is the inheritance?
Explain about strings in java?
What does the “static” keyword mean? Can you override private or static method in java?
What is difference between equal and == in java?
how come we know the object is no more used in the class?
What is the difference between array and array list in java?
Tell some latest versions in JAVA related areas?