Answer Posted / mayilvahanan
Connection pooling is the proper way of handling a database
connection.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do I find ojdbc jar version?
What are the benefits of PreparedStatement over Statement?
Explain the difference between rowset vs. Resultset in jdbc?
What is use of connection pooling?
Is jdbc object oriented?
What is the role of jdbc drivermanager class?
What is an odbc driver?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
Why do we use jdbc in java?
Is jdbc a protocol?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
Is jpa faster than jdbc?
What is jdbc oracle thin?
How to update a resultset programmatically?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?