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 servlet interface?

0 Answers  


What is a cookie What is the difference between session and cookie

0 Answers  


Why servlet is used as controller ? Not JSP? I want complete explation?

0 Answers   Tech Mahindra,


What are the phases of the servlet life cycle?

0 Answers  


how many jsp scripting elements are there and what are those?

0 Answers  






What are the kinds of http requests?

0 Answers  


What is api in servlet?

0 Answers  


Explain the working of service() method of a servlet.

0 Answers  


What is the process for chaining servlet?

0 Answers  


What is Servlet Context?

5 Answers  


What do you mean by deployment descriptor?

0 Answers  


What is the difference between Get and Post Method?

12 Answers   T3 Softwares,


Categories