JDBC programming is very methodical. Ninety percent (90%) of JDBC applications use the same objects and methods regardless of what you want to accomplish. For example, you always load a driver, open a connection, submit an SQL statement, and examine the results. The details of each step vary very little from task to task....