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 |
Is it possible to stop the execution of a method before completion in a sessionbean?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
What is the purpose of the notify() method?
What are the steps to write p-to-p model application?
What is bean? Where can it be used?
What must a class do to implement an interface?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
What is threadfactory?
what are the activation groupworks?
What are JTA/JTS and how they used by client?
What is source and listener?
what is a non-repeatable read?