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 implement a thread-safe jsp page?

Answer Posted / harish

just add the directive <%@ page isThreadSafe="false" %>
with the jsp page..

Is This Answer Correct ?    16 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the implicit, internal objects and methods on the jsp page?

932


Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?

1006


What are the lifecycle phases of a jsp?

1065


Differentiate between and <%@include file=…>.

967


What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.

1028


How can I override the jspdestroy() method within a jsp page?

971


What is the use of 'out' implicit object?

964


What are different implicit objects of jsp?

961


Differentiate between pagecontext.include and jsp:include?

987


What is the full form of jsp?

1137


What is client scripting?

1013


Java Server Page I can use a function in two ways: Either I declare or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........

2201


What is session tracking in jsp?

1066


How does a jsp engine work?

977


What is the purpose of ?

1024