in JAVA by (5.1k 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.1k points)

Ans is 

A - ResultSet

Related questions

0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.1k points)
...