皮皮学,免费搜题
登录
搜题
【单选题】
* ( Data 流)有以下代码 public class Check{ public static void main(String args[]) throws Exception{ FileOutputStream fout = new FileOutputStream(“test.dat”); DataOutputStream dout = new DataOutputStream(fout); dout.writeInt(1); dout.writeDouble(0.01); dout.close(); } } 问:这个程序总共往文件中写入了多少字节?
A.
2
B.
8
C.
12
D.
16
E.
字节数取决于具体平台
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】电子邮件服务协议中,负责接收电子邮件的是____,负责电子邮件发送的是_____。(P60)
【简答题】电子邮件服务器协议中,负责接收电子邮件的是________,负责电子邮件发送的是_________
【单选题】NaNO 2 滴定法测定芳伯氨基化合物时,加入固体 KBr 的作用是( )
A.
使重氮盐稳定
B.
防止偶氮氨基化合物形成
C.
作为催化剂,加速重氮化反应速度
D.
使 NaNO 2 滴定液稳定
【单选题】幼儿进餐出现打闹等混乱局面,大吵大闹会影响幼儿进餐,甚至造成一些意外事故。出现了这种现象,我们可以采取()
A.
保教人员应该耐心等待幼儿成长,不可粗暴地职责,教师可以多开展一些手部精细动作发展的活动
B.
进餐环节要留出充分时间,至于个别幼儿进餐慢的现象,保教人员要具体情况具体分析,找出幼儿吃饭慢的原因,适当照顾吃饭慢的幼儿。
C.
保 教人员可以采取组织一些教学活动让幼儿充分认识到各种事物的营养价值,并通过做游戏,讲故事等手段提高幼儿进食的欲望
D.
保教人员应该为幼儿提供一个安静、舒适的进餐环境,同时应允许同一桌的幼儿可以自由交谈,但是要控制好音量
【简答题】电子邮件服务协议中,负责接收电子邮件的是( ),负责电子邮件发送的是( )。
【单选题】Given the function make odd, what are the results of the function invocation(print statements)? def make_odd(n): return 2*n + 1 n = 3 print (make_odd( make_odd(3)))
A.
4
B.
7
C.
15
D.
16
【单选题】Given the function make odd, what are the results of the function invocation(print statements)? def make_odd(n): return 2*n + 1 n = 3 print (1+make_odd(n))
A.
3
B.
4
C.
7
D.
8
【单选题】Given the function make odd, what are the results of the function invocation(print statements)? def make_odd(n): return 2*n + 1 n = 3 print (make_odd(n))
A.
3
B.
4
C.
7
D.
8
【单选题】Given the function declarations as follows. the item ( ) has syntax errors.
A.
BC (int a, int);
B.
BC(int, int)
C.
BC(int, int=5);
D.
BC(int x, int y);
【简答题】Given the function , . (The notation represents the composite function , represents , and so on.)
相关题目: