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 devices?
What is jdbc servlet?
How many ways can you update a result set?
Can I get a null resultset?
When does the result for an sql statement return null?
Is jdbctemplate thread safe?
How does a custom RowSetReader get called from a CachedRowSet?
List some new features available in jdbc 4.0?
What are the 4 types of jdbc drivers?
What is type 4 jdbc driver?
Explain about the Try Block?
What is jdbc odbc bridge?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What are the differences between setmaxrows(int) and setfetchsize(int)?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?