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
Is jdbc connection secure?
How can I create a custom RowSetMetaData object from scratch?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
How can we set null value in jdbc preparedstatement?
What is jdbc connection class?
What are the differences between stored procedure and functions?
Why do you use a data source object for a connection?
Why do we use jdbc statements?
What is odbc jdbc?
What types of DataSource objects are specified in the Optional Package?
In which ways is driver class is registered with drive manager?
What is jdbc odbc in java?
What is the full form of jdbc?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is JDBC Batch Processing and what are it’s benefits?