What are the flow statements of JDBC?

Submitted by: Administrator
A URL string
->getConnection
->DriverManager
->Driver
->Connection
->Statement
->executeQuery
->ResultSet.
Submitted by: Administrator

Read Online JDBC Job Interview Questions And Answers