要进行数据库简单操作,可以定义一个Statement接口对象变量,然后调用连接的()方法对其进行实例化。
A.createStatement()
B.prepareCall()
C.prepareStatement()
D.callableStatement()
正确答案是A