Answer Posted / 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 |
Post New Answer View All Answers
What are the types of statements in jdbc?
What are the three parts of a jdbc url?
What are jdbc?
What does the jdbc driver interface do?
Where can I find ojdbc14 jar file?
Is jdbc a framework?
What are temp tables ?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
How do I stop nullpointerexception?
What is hbm xml?
Does jdbctemplate close connection?
How many types of jdbc drivers are available?
Is jdbc connection secure?
What is the major difference between java.util.date and java.sql.date data type?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.