Answers

Question and Answer:

  Home  JDBC

⟩ What are the flow statements of JDBC?

A URL string

–>getConnection

–>DriverManager

–>Driver

–>Connection

–>Statement

–>executeQuery

–>ResultSet.

 143 views

More Questions for you: