What are Benefits of Connection Pooling?
Answers were Sorted based on User's Feedback
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 |
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 |
What is message driven beam?
Why do I get a duplicate name error when loading a jar file?
What is an applet?
What are the different methods of identifying an object?
difference between applicationserver and webserver
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,
important features of java which differenciate it from c++
which type of objects reference will be given to client?
the use of try and ffinally keyword
How has the sandbox changed with Java 2?
How two threads will communicate with each other?