Sr.Java Web Developer Question:

Explain me what is JDBC Connection interface?

Tweet Share WhatsApp

Answer:

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.

Read All 64 Sr.Java Web Developer Questions
Previous QuestionNext Question
Tell us what is a finally block? Is there a case when finally will not execute?What is public StackTraceElement[] getStackTrace()?