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

Thanks,
Seenu

Answer Posted / anil kumar

JSP is by default threadsafe...

Bydefault isThreadSafe is set to 'true' in jsp, if we want
to make it not a thread safe then we have to set the value
of isThreadSafe is 'false'.

I hope you understand...

Thank u....

Is This Answer Correct ?    5 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is thread synchronization in java?

479


What is finalize()? Is finalize() similar to a destructor?

540


What is runtime polymorphism or dynamic method dispatch?

522


Is java same as core java?

584


why java uses class level type casting ?

2251






Can a class have more than one object?

524


Give any two differences between C++ and java.

554


What is ide with example?

544


How to Sort Strings which are given in List and display in ascending order without using java api.

3761


What do you mean by collectors in java 8?

537


What do you mean by platform independence?

583


what are the disadvantages of indexes in oracle?

1863


Why do we need autoboxing in java?

514


What happens if we don’t define serial version uid?

566


What are thread priorities and importance of thread priorities in java?

626