A.statement.Update(sql);B.statement.executeQuery(sql);C.statement.executeUpdate(sql);D.statement.executeUpdate();
单项选择题以下哪个不是JDBC开发步骤中的环节?()
A.创建表B.加载驱动C.执行sql语句D.释放资源
单项选择题哪个不是JDBC用到的接口和类?()
A.SystemB.ClassC.ConnectionD.ResultSet
单项选择题以下对隔离级别的效率描述错误的是()。
A.serializable < repeatable readB.repeatable read < read committedC.repeatable read >read committedD.read committed < read uncommitted
单项选择题下列哪种属于读已提交?()
A.serializableB.repeatable readC.read committedD.read uncommitted
单项选择题C3P0配置项中initialPoolSize表示()。
A.连接池初始化时创建的连接数B.连接池中拥有的最大连接数C.连接池保持的最小连接数D.一次性创建的新连接数