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

Why for each loop is used?

500


What is the default execution method in java?

620


Is alive method in java?

504


How to make a read-only class in java?

589


How do you get the length of a string in java?

518






What is ascii format?

548


what is server side caching?

1604


What is the destroy method?

588


Explain about varargs in java?

580


Is treeset sorted in java?

577


What is the collections api in java programming?

548


What is string [] args?

553


What is an iterator java?

527


What is the collection interface?

587


What is variable explain with example?

568