首页 > 大学本科> 农学
题目内容 (请给出正确答案)
[判断题]

Statement接口继承了PreparedStatement接口,用来执行预编译的SQL语句。()

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“Statement接口继承了PreparedStatemen…”相关的问题
第1题
既继承了OutputStream抽象类,又实现了ObjectOutput接口的是【 】类。

点击查看答案
第2题
下列关于继承性的描述中,错误的是()。

A.一个类可以同时生成多个子类

B.子类继承了父类中除私有的成员以外的其他成员

C.Java支持单重继承和多重继承

D.Java通过接口可使子类使用多个父类的成员

点击查看答案
第3题
A.Because they are the source of admiration from their peers.B.Because they can prepar

A.Because they are the source of admiration from their peers.

B.Because they can prepare children for the complexity in later life.

C.Because they cost the parents less than the desserts and toys.

D.Because they can help the children become more consistent in future.

点击查看答案
第4题
类可以继承多个接口,接口只能继承一个接口。()

类可以继承多个接口,接口只能继承一个接口。()

点击查看答案
第5题
接口可以被类继承,本身也可以继承其他接口。()

接口可以被类继承,本身也可以继承其他接口。()

点击查看答案
第6题
在C#中,接口可以被多重继承而类不能。()

在C#中,接口可以被多重继承而类不能。()

点击查看答案
第7题
A.Michael and Tom have ordered all the food.B.Michael and Tom have made ail the prepar

A.Michael and Tom have ordered all the food.

B.Michael and Tom have made ail the preparations.

C.Other friends will bring all the stuff they need.

D.Michael's mother has prepared all the food.

点击查看答案
第8题
Java语言通过接口支持 ______ 继承,使类继承具有灵活的扩展性。

点击查看答案
第9题
Java语言通过接口支持_______继承,使类继承具有更灵活的扩展性。

点击查看答案
第10题
Java语言通过接口支持【 】继承,使类继承具有更令获得扩展性。

点击查看答案
第11题
有如下代码段,请填写完整所缺的部分。 import java.util.Vector; import java.io.*;
public class Test_Ser { public static void main(String[] args) throws Exception { Vector v = new Vector(); //生成一个向量表 v.add(new String("Test String")); //增加一个字符串对象 FileOutputStream stream = new FileOutputStream("d:\\test.ser"); //构造文件输出流 ObiectOutputStream p =【 】; //绑定 p.writeObject(v); //输出继承了串行化接口的类 p.flush(); p.close(); ostream.close(); v.clear(); //清空向量表,此时的v.size()应该为0 FileInputStream istream=new FileInputStream("d:\\test.set"); //构造文件输入流 ObjectInputStream pr = new ObjectInputStream(istream); //绑定 v = (Vector)pr.readObject();0 //读入串行化的类 istream.close(); System.out.println("v.size()="+v.size()); //验证读入类的正确性 System.out.println("v.get(0)="+(String)v.get(0)); } }

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改