What is Connection Pooling ??? How we set up a particular
connection within connection pooling ????
Answers were Sorted based on User's Feedback
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 are the different types of drivers under jdbc?
What do you understand by DDL and DML statements?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
Why do we use jdbc statements?
What is a JDBC 2.0 DataSource?
What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
How can you sort dates?
If I use the JDBC API, do I have to use ODBC underneath?
Give steps to connect to the db using jdbc?
What type of driver you use in real-time projects?
Does jdbc use odbc?
What is the purpose of jdbc?