皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
过一般位置平面上的一个点,可在该平面上作( )条水平线。
A.
2
B.
1
C.
3
D.
无数
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】Which statements are true, given the code new FileOutputStream("data", true) for creating an object of class FileOutputStream?()
A.
FileOutputStream has no constructors matching the given arguments.
B.
An IOExeception will be thrown if a file named "data" already exists.
C.
An IOExeception will be thrown if a file named "data" does not already exist.
D.
If a file named "data" exists, its contents will be reset and overwritten.
E.
If a file named "data" exists, output will be appended to its current contents.
【单选题】以下哪个是 FileOutputStream 创建语法( )。
A.
close();
B.
FileOutputStream(File file);
C.
FileInputStream(File file) ;
D.
write(int b) ;
【单选题】具有探照灯效果的动画属于()。
A.
变形动画
B.
运动动画
C.
淡入淡出动画
D.
遮罩动画
【简答题】完成探照灯效果使用了()
【判断题】明确企业的竞争者,可以有针对性地制定本企业的竞争战略
A.
正确
B.
错误
【单选题】关于FileOutputStream,下面那个描述是错误的( )
A.
FileOutputStream是与FileInptStream相对应的文件输出流类。
B.
它用来实现向文件中写入数据,写入数据的基本单位是字节。
C.
FileOutputStream(String filename) 用文件名作为参数创建文件输出流对象,这里的filename包含文件路径信息。
D.
FileOutputStream(String filename,boolean append) 第2个参数为true,则文件不存在就会创建文件,如果文件存在,写数据附加到文件的末尾。
【单选题】胸腔引流管拔管的重要指征为
A.
引流48小时后
B.
X线胸片示肺膨胀良好
C.
无气体排出
D.
引流液清亮,量少于20ml
E.
水封瓶玻璃管中液柱无波动
【简答题】编写Android项目,实现探照灯效果
【单选题】在探照灯动画实例中,分别制作了()探照灯效果。
A.
一种
B.
两种
C.
三种
D.
四种
【单选题】胸腔引流管拔管的重要指征是 。
A.
引流48小时后
B.
X线胸片示肺膨胀良好
C.
无气体排出
D.
引流液清亮,量少于20ml
E.
水封瓶玻璃管中液柱无波动
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题