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 the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();

1 Answers  


What does connection pooling mean ?

0 Answers  


What is the purpose of jdbc?

0 Answers  


how you will execute the many tables data

1 Answers   Wipro,


What is jdbc and odbc?

0 Answers  






What is device controller?

0 Answers  


Does jpa use jdbc?

0 Answers  


password, is stored in as plain text. What can I do to protect my passwords?

0 Answers  


What do you understand by jdbc statements?

0 Answers  


what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?

2 Answers  


How is database middleware used to access legacy databases?

1 Answers  


I have getting problem to calling stored procedure from Mysql through JSP. Please help me.

1 Answers  


Categories