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

When servlet is loaded?

0 Answers  


Name the packages that work with servlet?

0 Answers  


What are the different mode that servlets can be used?

0 Answers  


How can we refresh automatically when new data has entered the database?

0 Answers  


what happens if we wont use destroy()?

4 Answers   IBM,


What are the advantages of cookies?

0 Answers  


What is with the javax.servlet package naming?

2 Answers  


What are the uses of servlets?

0 Answers  


What are the types of servlet?

0 Answers  


can v create a constructor 4 servlet?

7 Answers   Satyam,


What is a servlet context object?

0 Answers  


hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

0 Answers   CTS,


Categories