0 votes
in JAVA by

Which of the following encapsulates an SQL statement which is passed to the database to be parsed, compiled, planned and executed?

A - DriverManager

B - JDBC driver

C - Connection

D - Statement

1 Answer

0 votes
by

Ans is 

D - Statement

Related questions

0 votes
asked May 21, 2020 in JAVA by GeorgeBell
0 votes
asked May 21, 2020 in JAVA by GeorgeBell
...