JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?

Thanks,
Seenu

Answer Posted / saravanan sagadevan

isThreadSafe is true means, doesn't implement
SingleThreadModel.So its not a thread safe. if
ThreadSafe=false, SingleThreadModel is implemented ,ant
This page is Thread safe.

Is This Answer Correct ?    32 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you escape a string?

508


What is the static method?

571


What is difference between equals and hashcode method?

572


Mention the default values of all the elements of an array defined as an instance variable.

523


How many ways can you break a singleton class in java?

490






Can you use abstract and final both with a method?

573


How many bytes is a url?

564


Which is better arraylist or vector?

573


What is the size of int?

600


I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

576


Why hashcode is used in java?

500


What are identifiers in java?

575


What is the common usage of serialization?

574


How we can run a jar file through command prompt in java?

521


What do you understand by the term polymorphism?

629