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

How can you run a servlet program?

599


Explain servlet events?

558


What do you mean by deployment descriptor?

551


Explain the custom jsp tags and the beans.

615


Is dispatcher servlet a singleton?

543






Explain the working of service() method of a servlet.

499


How do we translate jsp?

569


What exception should be thrown when servlet is not properly initialized?

553


If servlet receives multiple requests, how many objects will it create?

827


Which event is fired at the time of setting, getting or removing attribute from application scope?

609


Why session tracking is needed?

580


What’s the difference between forward() and sendredirect() methods?

572


Who is responsible for writing a constructor?

775


What is servlet container. how it works?

607


What are the servlet events?

590