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 an api?
What is JDBC API and when do we use it?
Explain in detail about JDBC and its general features?
How does a custom RowSetReader get called from a CachedRowSet?
What is meant by connection string?
What are the new features added to JDBC 4.0?
How do you insert images into database using jdbc?
How can I retrieve a String or other object type without creating a new object each time?
Briefly tell about the jdbc architecture.
password, is stored in as plain text. What can I do to protect my passwords?
What are the different types of resultset?
How can I write to the log used by DriverManager and JDBC drivers?
What is statement and preparedstatement in java?
Why do we need jdbc driver?
What are the factors that the jdbc driver performance depends upon?