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

What is difference between overloading and overriding in java?

525


How to create an immutable class?

566


What is the largest long allowed by java?

532


What is downcasting?

567


What does business logic mean?

501






What if static is removed from main method?

566


What occurs when an object is constructed?

567


Why does java have two ways to create child threads? Which way is better?

541


What is t in parametric equations?

541


What is printwriter in java?

513


What is compareto () in java?

536


Explain static nested classes ?

589


What is the maximum size of array in java?

512


How to retrieve data from database in java using arraylist?

524


What do you mean by an interface in java?

570