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 use String with switch case?
What does the string method compareto () do?
What are kinds of processors?
Tell me about your ability to work under pressure
What is the properties class?
What are controls and their different types in awt?
What is the basic concepts of OOPS?
What are the pillars of java?
How do you trim a space in java?
What is definition and declaration?
List the different types of classloaders in java.
What is a method header?
What is a heavyweight component?
Give few difference between constructor and method?
What is null object in java?