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

how to make a jsp page threadsafe?

Answer Posted / krishna chowdary garapati

JSP Threadsafe is used to send only one request for
processing.
It implements SingleThreadModel Interface.
In JSP,
The Page dircetive defines an attribute "isThreadSafe"
whose values are true|false.
If the value is set to 'true' the container can send
multiple concurrent requests to the JSP page. The default
value is 'true'
If the value is set to 'false' the container can only send
one request at a time to the JSP page which makes the JSP
ThreadSafe.
SYNTAX:
<%@ page isThreadSafe="true|false" %>

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which package does a jsp api consist of?

969


How many tags are provided by jstl?

1006


Can constructor be used instead of init(), to initialize servlet?

997


How are custom tags in jsp created?

991


What is server context?

963


What is session getattribute in jsp?

1007


Can jsp contain javascript?

981


Give an example where you need jsp custom tag?

926


In the servlet 2.4 specification singlethreadmodel has been deprecated, why?

980


Why should we not configure jsp standard tags in web.xml?

954


Explain the jsp implicit objects?

1049


How to use jsp el to get http method name?

975


What are the types of directives in jsp?

975


what is the extended star schema

2777


what are the tools used in your project , How to ask the answer this question

2066