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
What are the exceptions in jdbc?
What is jdbc thin client in oracle?
Where is jdbc used?
What is jdbc template?
What are the different types of classes in the api component?
How to rollback a JDBC transaction?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is meant by jdbc and odbc?
What is statement and resultset in jdbc?
State the different connection methods used for creating different types of sql.
Why “no suitable driver” error occurs?
Why isn't the java.sql.DriverManager class being found?
What is resultset in jdbc with example?
What are the steps to connect to a database in java?
What is JDBC Transaction Management and why do we need it?