Which of the following is used to limit the number of rows returned?
(a) setMaxRows(int i)
(b) setMinRows(int i)
(c) getMaxrows(int i)
(d) getMinRows(int i)
I have been asked this question during an interview.
My question is based upon JDBC topic in chapter Java Beans & JDBC of Java