JAVA JDBC Programming Question:
What are the flow statements of JDBC?

Answer:
A URL string
–>getConnection
–>DriverManager
–>Driver
–>Connection
–>Statement
–>executeQuery
–>ResultSet.
–>getConnection
–>DriverManager
–>Driver
–>Connection
–>Statement
–>executeQuery
–>ResultSet.
Previous Question | Next Question |
What packages are used by JDBC? | What are the steps involved in establishing a connection using JDBC in JAVA? |