What is the next() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the next() method?
Rating:
The next() method of the ResultSet object moves the record pointer to the next valid record in the ResultSet object. It returns a Boolean true if the next record is valid and a Boolean false if the next record is not valid.
Rating:
Was this information helpful?
Other articles
- What is JDBC?
- What is normalization?
- What is the ALTER command?
- What are stored procedures?
- What is the getColumnType() method?