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 are the different types of drivers under jdbc?

0 Answers  


What do you understand by DDL and DML statements?

0 Answers  


Write an sql to find all records having all upper case alphanumeric characters in a field ?

0 Answers  


Why do we use jdbc statements?

0 Answers  


What is a JDBC 2.0 DataSource?

0 Answers  


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

2 Answers   Cognizant,


How can you sort dates?

1 Answers  


If I use the JDBC API, do I have to use ODBC underneath?

0 Answers  


Give steps to connect to the db using jdbc?

0 Answers  


What type of driver you use in real-time projects?

3 Answers  


Does jdbc use odbc?

0 Answers  


What is the purpose of jdbc?

0 Answers  


Categories