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

what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent

1727


What are synchronized blocks in java?

598


What is the largest data type in java?

506


Is there any difference between synchronized methods and synchronized statements?

582


Which is better list or arraylist in java?

493






When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?

760


How many types of interfaces are there?

575


What is java used for on a computer?

507


What is the current version of java?

537


Why can we not override static method?

587


Can we use catch statement for checked exceptions?

508


Explain about narrowing conversion in java?

565


Which method must be implemented by all threads?

717


What is string in java is it a data type?

532


Can we cast any other type to boolean type with type casting?

536