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 |
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
What are the high-level thread states?
What is rmic?
How has the sandbox changed with Java 2?
For which statements does it make sense to use a label?
whats is mean by jndi
what is the use of State Factories?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
what is difference between checked exception & unchecked exception in java?
life cycle of an applet?
What is the return type of interrupt method?
difference of inheritance and interface