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 are the different conditional statements?
What is the default value of local and global variables?
What are the advantages of encapsulation in java?
What is the synonym of procedure?
What is the purpose of the finalize() method?
How to display names of all components in a Container?
What happens if we override private method?
What is character in data type?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is token in java?
What is appletviewer?
What is visibility mode?
What is the size of boolean variable?
Enlist diffrent types of inheritance supported by java?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?