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


Please Help Members By Posting Answers For Below Questions

What are devices?

703


What is jdbc servlet?

704


How many ways can you update a result set?

770


Can I get a null resultset?

733


When does the result for an sql statement return null?

692


Is jdbctemplate thread safe?

675


How does a custom RowSetReader get called from a CachedRowSet?

810


List some new features available in jdbc 4.0?

668


What are the 4 types of jdbc drivers?

691


What is type 4 jdbc driver?

655


Explain about the Try Block?

745


What is jdbc odbc bridge?

697


what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();

4678


What are the differences between setmaxrows(int) and setfetchsize(int)?

789


What are 4 drivers available in JDBC? At what situation are four of the drivers used?

693