JDBC Statement
Provides methods to submit SQL queries through.
Create it on connection object
Resultset
Interface used to retrieve SQL query results.
Points to it’s current row of data
Initially pointed to first row.
Next method moves the cursor to next row and returns false.