in JAVA by (5.2k points)

Which of the following holds data retrieved from a database after you execute an SQL query using Statement objects?

A - ResultSet

B - JDBC driver

C - Connection

D - Statement

1 Answer

0 votes
by (5.2k points)

Ans is 

A - ResultSet

Related questions

0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.2k points)
0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.2k points)
0 votes
+2 votes
asked Jun 2, 2020 in JAVA by Indian (793 points)
...