What is connection pooling? What Method and class used for
Connection pooling in Java?
Answer Posted / krishna priya
Connection pool is pool of connections where we can get ready made connections instead of creating every time. After using this connection object from pool these are replaced.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is the role of class.forname while loading drivers?
What is difference between statement and preparedstatement in jdbc?
What is a lock in jdbc?
Why jdbc is used in java?
What is sqlwarning and discuss the procedure of retrieving warnings?
Is there another way of dealing with the result set that could execute faster?
How vendor Naming registry supports JNDI?
What is the difference between jdbc and odbc?
What are different types of ResultSet?
What are different parts of a url?
What are the different types of statements? How we can you use preparedstatement.
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is db client?