JDBC Flashcards
1
Q
JDBC Statement
A
Provides methods to submit SQL queries through.
Create it on connection object
2
Q
Resultset
A
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.