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
Does jdbctemplate close connection?
Under what circumstances, that all four drivers are used?
What are the common JDBC problems that you got and how do you solved them?
What is a connection string used for?
What is jdbc thin client?
What is executeupdate in java?
What are the exceptions in jdbc?
What does the jdbc resultsetmetadata interface?
Why do we need jdbc driver?
Can I use JDBC to execute non-standard features that my DBMS provides?
What are the different types of interfaces in the api component?
What is jdbc odbc?
How do you determine the sensitivity of the ResultSet object?
What is preparedstatement in jdbc?
What do you mean by metadata and why we are using it?