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 do you create connections for number of users, if you
want to improve performance?

Answers were Sorted based on User's Feedback



How do you create connections for number of users, if you want to improve performance?..

Answer / niranjanravi

connection pooloing

Is This Answer Correct ?    3 Yes 0 No

How do you create connections for number of users, if you want to improve performance?..

Answer / sachin s

YES, Just to add, what connection pooling is....In
connection pooling, after a connection is created, it is
placed in the pool and it is used over again so that a new
connection does not have to be established. If all the
connections are being used, a new connection is made and is
added to the pool. Connection pooling also cuts down on the
amount of time a user must wait to establish a connection
to the database.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Servlets Interview Questions

What is the <load-on-startup> element?

0 Answers  


How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?

6 Answers   IBM, Infosys, TCS,


How can an existing session be invalidated?

0 Answers  


Name the different ways of session tracking.

0 Answers  


Is the init(ServletConfig sc) throws IOException or not?

3 Answers  


How do I use cookies to store session state on the client?

0 Answers  


What are the benefits of using servlet over cgi?

0 Answers  


What is pure servlet?

0 Answers  


What are the advantages of servlets over traditional cgi?

0 Answers  


How is a servlet implemented in code?

0 Answers  


What is the difference between sendredirect() and forward() in a servlet?

0 Answers  


Explain the difference between servletconfig and servletcontext in servlet?

0 Answers  


Categories