PrepAway - Latest Free Exam Questions & Answers

what object is required in order to use DML for database manipulation?

Under JDBC, what object is required in order to use DML for database
manipulation?

PrepAway - Latest Free Exam Questions & Answers

A.
Statement

B.
Connections

C.
SQL

D.
DML

E.
String

Explanation:
Quoted directly from Sun’s Java document site at
http//developer.java.sun.com/ While the Connection class has a number of capabilities, in order to
use DDL or Data Manipulation Language ( DML . SQL
statements, a Statement object is required. So, the next step is to ask the Connection
for a Statement object
Statement stmt = con.createStatement(.;


Leave a Reply