what is meant by connection pooling?

Answers were Sorted based on User's Feedback



what is meant by connection pooling?..

Answer / sknkarthik

connection pooling is collection of data base collection
that are opend once and loded in to the memory. so these
connection can reuse without reconnect in to the dbms

Is This Answer Correct ?    5 Yes 0 No

what is meant by connection pooling?..

Answer / mayilvahanan

Connection pooling is the proper way of handling a database
connection.

Is This Answer Correct ?    4 Yes 1 No

what is meant by connection pooling?..

Answer / guest

Pre creation of connection objects ,by using jndi
or
implementing our own method()

Is This Answer Correct ?    3 Yes 1 No

what is meant by connection pooling?..

Answer / bawa

<<collection of data base collection>> should be corrected as "collection of data base connections"

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JDBC Interview Questions

Explain what should be done when a SQL exception is raised?

0 Answers  


Diff. types of triggers..

4 Answers   Logica CMG,


Explain the difference between inner and outer join ?

0 Answers  


Explain the sequence of steps to connect to the database?

3 Answers   Wipro,


Does the JDBC-ODBC Bridge work with Microsoft J++?

0 Answers  






What is connection pooling? What Method and class used for Connection pooling in Java?

2 Answers  


What are the components of jdbc?

0 Answers  


What is the function of drivermanager class?

0 Answers  


i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me

5 Answers   IBM,


How do I know which jdbc driver to use?

0 Answers  


How do I find whether a parameter exists in the request object?

0 Answers  


How does jdbc driver work?

0 Answers  


Categories