JAVA JDBC Programming Question:

Download Job Interview Questions and Answers PDF

What are the flow statements of JDBC?

JDBC Interview Question
JDBC Interview Question

Answer:

A URL string
–>getConnection
–>DriverManager
–>Driver
–>Connection
–>Statement
–>executeQuery
–>ResultSet.

Download JDBC Interview Questions And Answers PDF

Previous QuestionNext Question
What packages are used by JDBC? What are the steps involved in establishing a connection using JDBC in JAVA?