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 is Connection Pooling ??? How we set up a particular connection within connection pooling ????
what is the current version of JDBC? and explain its features?
How can you make the connection using jdbc?
Write an sql to find all records having all numeric characters in a field ?
What are the advantages of database connection pooling?
What is the difference between execute, executeQuery, executeUpdate?
How you restrict a user to cut and paste from the html page using java programing?
What is jdbc resultsetmetadata interface?
what is metadata and it's use?
What are the sailent features of JDBC 2.0?
How the information about db(database) can be retrieved?
Explain the various types of locking system in jdbc?