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 JTA ?
What is the difference between a static and a non-static inner class?
Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...
Wt is the main difference between Java and Java J2EE and Advanced java?
What event results from the clicking of a button?
Which javutil classes and interfaces support event handling?
How many layers are there in RMI and what are they?
When is the best time to validate input?
What are the purpose of introspection?
Why a client should be multithreading? Explain.
What is Remote Interface?
What is in-memory replication?