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 about multiple implementations and drive manager?
List some new features available in jdbc 4.0?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Explain about the drive manager class working?
Is jdbc a protocol?
What is jdbc connection class?
What are the classes and methods used for sending sql statements to database?
How can I manage special characters when I execute an insert query?
How the JDBC application works?
What is database deadlock ?
What is metadata in jdbc?
Why is jdbc needed?
What is the role of the jdbc drivermanager class?
Which jdbc drivers will run your program?
What do you mean by database connection pooling?