how can we connect to db without using getConnection()
method
Answer Posted / kanu butani
Use Hibernate framework to connect to the database without
using getConnection method.
Hibernate Performing the usual DB operations
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Explain the role of driver in jdbc.
What is the purpose of the jdbc resultset interface?
What is savepoint in jdbc?
What are dml and ddl?
Explain how data flows from view to db and reverse
How the JDBC application works?
What is meant by jdbc and odbc?
Why should we close database connections in java?
How you restrict a user to cut and paste from the html page using java programing?
Why jdbc is used in java?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is JDBC DataSource and what are it’s benefits?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What are the three parts of a jdbc url?
What are the steps involved in establishing a connection using jdbc in java?