---
title: "What does the JDBC ResultSet interface?"  
description: "What does the JDBC ResultSet interface?"  
author: "Anonymous User"  
published: 2015-05-18  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2545/what-does-the-jdbc-resultset-interface  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What does the JDBC ResultSet interface?

The ResultSet object represents a row of a table. It can be used to change the cursor pointer and get the information from the database.

## Answers

### Answer by Anonymous User

The ResultSet object represents a row of a table. It can be used to change the cursor pointer and get the information from the database.


---

Original Source: https://www.mindstick.com/interview/2545/what-does-the-jdbc-resultset-interface

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
