By using JDBC, your Java program can achieve which of the following (Choose all
that apply.?
A.
Create a data source
B.
Establish connections with the data source
C.
Send queries statements to the data source
D.
Send update statements to the data source
E.
Process the results
Explanation:
Quoted directly from Sun’s Java document site at
http//developer.java.sun.com/ In simplest terms, a JDBC technology-based driver
(“JDBC driver”. makes it possible to do three things
Establish a connection with a data source
Send queries and update statements to the data source
Process the results