What are Benefits of Connection Pooling?

Answers were Sorted based on User's Feedback



What are Benefits of Connection Pooling?..

Answer / suraj kumar

1. Connection pooling can improve the response time of any
application that requires connections, especially Web-based
applications.
2. The characteristics of the pool can be changed without
affecting the application (e.g pointing to different vendor's
database (Oracle, MySQL) without changing any code)

Is This Answer Correct ?    7 Yes 1 No

What are Benefits of Connection Pooling?..

Answer / devender

Point 1 is correct but in point 2 is not satisfactory
because if connection pooling is vendor specific then it
could be on eof the substitute of Hibernate

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Advanced Java Interview Questions

How would you reatach detached objects to a session when the same object has already been loaded into the session?

0 Answers  


Is multiple try block is possible in single java Application......

3 Answers  


What are various types of class loaders used by jvm?

0 Answers  


What is the use of Class.forName

20 Answers   HCL,


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

0 Answers   Ducat,






If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?

8 Answers   HeadStrong,


Write a program to show synchronization?

0 Answers  


How do you set security in applets?

1 Answers   IBM,


how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)

1 Answers   TCS,


What are the various thread priorities?

1 Answers  


How to synchronize jsp page?

1 Answers   Infotech, TCS,


What is the difference between java class and bean?

0 Answers  


Categories