InterviewSolution
Saved Bookmarks
| 1. |
How do you implement connection pooling? |
|
Answer» If you use an application server like WebLogic, WebSphere, jBoss, Tomcat. , then your application server provides the facilities to configure for connection pooling. If you are not using an application server then components like Apache Commons DBCP Component can be used. |
|