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?
Why resultset is used in java?
What is JDBC Driver interface?
What is jdbc thin client?
Describe how the jdbc application works.
What does the jdbc databasemetadata interface?
What are the basic exceptions in jdbc?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is jdbc driver manager?
What is database connection pooling? Advantages of using a connection pool?
What is jdbc and explain jdbc architecture?
What is the role of the jdbc drivermanager class?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What are the new features available in jdbc 4.0?
Is jdbc faster than hibernate?