JDBC Program Structure

JDBC program structure has a sequenece of events.

The following sequence of events typically occur in JDBC applications:

Java objects can use JDBC objects to interact with a database and get data for their own use, for example to manipulate or for use in other queries.