Google News
logo
JDBC - Interview Questions
Tell me difference between setMaxRows(int) and SetFetchSize(int)?
setMaxRows(int) : Defines how many rows a resultset can contain at a time
 
SetFetchSize(int) : Defines the number of rows that will be read from the database.
Advertisement