JAVA JDBC Programming Question: Download JDBC PDF

What are the flow statements of JDBC?

Tweet Share WhatsApp

Answer:

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

Download JDBC PDF Read All 19 JDBC Questions
Previous QuestionNext Question
What packages are used by JDBC? What are the steps involved in establishing a connection using JDBC in JAVA?