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

Thanks,
Seenu

Answer Posted / ayush dayal

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'.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a static method be overridden in java?

557


What is variable and example?

521


What are the rules for naming an array?

527


What do you understand by classes in java?

561


What do negative exponents mean?

548






What do the thread?class methods run() and start() do?

543


What are the main features of java?

532


What is get () in java?

568


Can we use synchronized block for primitives?

605


How do you get length in java?

559


What do you mean by checked exceptions?

538


Can we write any code after throw statement?

609


Can we override the private methods?

526


Why lambda expression is used in java?

574


What is abstract class constructor called?

571