ResultSet
You can access them by following the sequence:(1) Use the DriverManager class to obtain a reference to a Connection object by using the getConnection method(2) Use the Connection object to obtain a reference to a Statement object through the createStatement method(3) Use the Statement object to obtain an instance of a _____ through an executeQuery method