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 the range of a character variable?
How do you create a sop?
What is use of map in java?
What is the tradeoff between using an unordered array versus an ordered array?
What does super keyword do?
What are the features of java?
What is the internal implementation of set in java?
What is a substitution variable?
Can we create object of inner class in java?
What is a vararg?
What is arrays fill in java?
Define inheritance?
What are user defined exceptions?
What does sprintf return?
what is mutual exclusion? : Java thread