多项选择题
A.TPLB.DQLC.DMLD.DTLE.DDLF.TCL
以下获取Class不正确的方式是()。A.类名字.classB.Class.forName("")C.类名字....
单项选择题以下获取Class不正确的方式是()。
A.类名字.classB.Class.forName("")C.类名字.getClass()D.对象引用.getClass()
PreparedStatement与Statement相比,有哪些优势?()A.高效B.简单C.更安全D.可维...
多项选择题PreparedStatement与Statement相比,有哪些优势?()
A.高效B.简单C.更安全D.可维护性
下列哪项是JDBC的重要组成部分?()A.DriverManagerB.ConnectionC.Stateme...
多项选择题下列哪项是JDBC的重要组成部分?()
A.DriverManagerB.ConnectionC.StatementD.ResultSet