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 |
How do I load a database driver with JDBC 4.0 / Java 6?
Explain the locking system in jdbc?
Discuss the procedure of retrieving warnings?
How many types of statements are there in jdbc?
What is jdbc odbc driver?
What do you understand by jdbc statements?
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
Which jdbc driver type s is are the jdbc odbc bridge?
What are the different types of interfaces in the api component?
Can we make a database connection from HTML ?
6 Answers Aptech, BOB Technologies, Cap Gemini, Wipro,
What do you understand by DDL and DML statements?
What are database warnings in jdbc and how can we handle database warnings in jdbc?