Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / samba

By default JSP pages are not Thread safe.if we want to make
jsp page as thread sefe then the value of isThreadSafe
attribute is set to false, then the JSP container sends
client requests only one at a time to the JSP page which
makes the jsp page safe.
If isThreadSafe="true" then jsp is not a thread safe.this is
the default value.
If isThreadSafe="false" then jsp is a thread safe

Syntax:
<%@ page isThreadSafe="true|false" %>

Is This Answer Correct ?    30 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define the life cycle of a servlets.

1124


What is the difference between using getSession(true) and getSession(false) methods?

1106


What is the process for chaining servlet?

1110


Can you create a deadlock condition on a servlet?

1128


What are the common methods that are included in the http servlet class?

1087


What are the objects involved when a servlet receives a call from client?

1094


Is tomcat a servlet container?

1115


What is servlet in web technology?

1095


What are the annotations used in servlet 3?

1091


How to get the IP address of client in servlet?

1135


What is preinitialization of a servlet?

1074


What is servlet lazy loading?

1233


Difference between doget and dopost?

1233


Tell the new features added in servletrequest interface i.e. Servlet 2.4

1230


What are the types of an http request?

1219