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
Can we inherit inner class?
What are keywords and reserved words in java?
What 4 doubled?
Java is pass by value or pass by reference? Explain
Describe method overriding
Why does java doesnt suuport unsigned values?
What is the difference between conversation & casting?
What does %4d mean in java?
What does method mean?
What is string builder in java?
What is static variable with example?
What is java used for on a computer?
Why map is used in java?
Can a constructor be made final?
Explain aggregation in java?