JAVA JDBC Programming Question:
Download Questions PDF

What are the flow statements of JDBC?

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?