Is JSP Thread Safe ???? How To make JSP thrad safe ?????

Answer Posted / venkat

by default jsp is not thread safe.
if we want to make thread safe jsp use this statement

<%@ page isThreadSafe="true"%>

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between sendredirect() and forward() in a servlet?

528


What is the need of servlet filters?

542


What is session?

643


Why do you use session tracking in httpservlet?

639


What is dispatcher servlet?

559






What are all the advantages of servlet over cgi?

608


Explain the servlet context.

602


How can we include static files in the jsp page?

614


What is the difference between portlet and servlet?

514


How can we perform any action at the time of deploying the project?

623


How are filters?

583


How to get the actual path of servlet in server?

739


What are the phases of the servlet life cycle?

610


How do you get the ip address of the client in servlet?

552


Why do we need servlet filter?

572