What is Connection Pooling ??? How we set up a particular
connection within connection pooling ????

Answers were Sorted based on User's Feedback



What is Connection Pooling ??? How we set up a particular connection within connection pooling ????..

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 is Connection Pooling ??? How we set up a particular connection within connection pooling ????..

Answer / guest

06


Is This Answer Correct ?    2 Yes 12 No

Post New Answer

More JDBC Interview Questions

What is an SQL Locator?

0 Answers  


What is meant by a ResultSet?

3 Answers  


what are the Different types of exceptions in JDBC?

1 Answers  


How to execute bulk number of queries at once?

3 Answers   Wipro,


Does sql allow null values ?

0 Answers  






What is static Synchronized method in JDBC API? Give an example?

3 Answers   3 Edge Solutions, R Systems, Sirvisetti Global Services,


What are the steps to connect to a database in java?

0 Answers  


What is the difference between ExecuteUpdate and ExecuteQuery?

1 Answers   Exilant,


Name the new features added in jdbc 4.0.

0 Answers  


What is jdbc connection class?

0 Answers  


What is jdbc odbc driver?

0 Answers  


What is JDBC API and when do we use it?

0 Answers  


Categories