Answers

Question and Answer:

  Home  Sr.Java Web Developer

⟩ Explain me what is JDBC Connection interface?

The Connection interface maintains a session with the database. It can be used for transaction management. It provides factory methods that returns the instance of Statement, PreparedStatement, CallableStatement and DatabaseMetaData.

 135 views

More Questions for you: