What is Connection Pooling ??? How we set up a particular
connection within connection pooling ????
Answers were Sorted based on User's Feedback
Answer / muru aingaran
Connection pooling has set of database connections which is
loaded into memory once and it will be reused tat
connection whenever the query processing required without
again reconnect the database.This is called connection
pooling.
| Is This Answer Correct ? | 11 Yes | 0 No |
What are the packages are used in jdbc?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What are the Normalization Rules?
Name different methods for getting streams.
How can we execute stored procedures using callablestatement?
What is JDBC API and when do we use it?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
Can we use the one instance of Statment to execute more than one query ?
What is the purpose of jdbc resultset interface?
What is jdbc explain?
What is the role of jdbc drivermanager class?
What is java soft framework?