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

Thanks,
Seenu

Answer Posted / vikas

jsp is not thread safe.
if threadsafe="true" it means only one thread can access an
object at a time.
if threadsafe="false" it means multiple threads can access
one object at a time concurrently.

Is This Answer Correct ?    20 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

java program with complete 4 oops concepts implemented example

2730


What is the use of math abs in java?

549


When should I use singleton pattern?

545


What is method reference?

517


What an i/o filter in java programming?

608






How would you use Bubble Sort to sort the number of elements?

584


Explain aggregation in java?

547


What is method overloading and method overriding?

538


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

563


What is operator overloading. Is it is supported in java?

524


What are filterstreams?

614


How many types of classes are there in java?

523


How do you calculate square roots?

581


Is a class an object?

580


Explain the difference between static and dynamic binding in java?

545