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

JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?

Thanks,
Seenu

Answer Posted / srinu

JSP is by default its not a thread safe suppose we prevent
the JSP page from thread safe then

if threadsafe="true" it means only one thread can access an
object at a time.it handle only client request at time.it
should implements singleThreaded model interface.


isThreadsafe = false implies, jsp is not thread safe and
so it can handle multiple client requests.i.e means number
of clients access the only object

Is This Answer Correct ?    6 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why java is used everywhere?

1059


Can a class extends itself in java?

1072


What are advantages and disadvantages of OOPs?

1196


What is oop in java?

1167


What are the files generated after using IDL to java compiler?

1216


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

1065


Is java pass by value or pass by reference?

1036


What is the difference between Grid and Gridbaglayout?

1343


What are java annotations?

1230


What is a char in java?

1099


What are the high-level thread states in java programming?

1112


What are the differences between string and stringbuffer?

1183


What is the purpose of stub and skeleton?

1087


What happens if an exception is throws from an object's constructor?

1179


What is executor memory?

1007