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 does jdbc stand for?
What are the benefits of PreparedStatement over Statement?
How to use JDBC API to call Stored Procedures?
How do I find ojdbc jar version?
What is jdbc and why is it required?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
How can I write to the log used by DriverManager and JDBC drivers?
Write a program JDBCcode forfetching student database with SQL.
What is jdbc driver?
What is the return type of execute, executequery and executeupdate?
Explain the main method?
How many ways can you update a result set?
What is jdbc servlet?
What are different types of ResultSet?
Explain about column name and getter method?