相关考题
-
单项选择题
下面的代码是连接哪个数据库的驱动加载片段()。
A.Oracle
B.Sql Server
C.MySql -
单项选择题
在JDBC中,下列哪个接口不能被Connection创建()。
A.Statement
B.PreparedStatement
C.CallableStatement
D.RowsetStatement -
单项选择题
下面哪一项不是加载驱动程序的方法?()
A.通过DriverManager.getConnection方法加载
B.调用方法Class.forName
C.通过添加系统的jdbc.drivers属性
D.通过registerDriver方法注册
