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


Please Help Members By Posting Answers For Below Questions

What is the base class of all exception classes?

586


Can we access instance variables within static methods ?

570


Is age a discrete variable?

528


Explain inheritance in java?

555


How many types of threads are there in java?

504






What checkbox method allows you to tell if a checkbox is checked?

539


What are java packages? What is the significance of packages?

571


Which collection is thread safe in java?

509


What happens if an exception is throws from an object's destructor?

581


What are the Main functions of Java?

627


What is the difference between heap memory and stack memory?

615


Why string is a class?

548


What is compiler and what its output.

636


What are Normalization Rules? Define Normalization?

551


Why should we use singleton pattern instead of static class?

462