皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
下列代码的编译或执行结果是: public class MyVal { public static void main(String[] args) { MyVal m = new MyVal(); m.aMethod(); } public void aMethod(){ boolean [] b = new Boolean [5]; System.out.println(b[0]); } } A. 1 B. C. 0 D. 编译错误
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】WACS can reduce the whale collisions by ______.
A.
warning whales to get away from passing ships
B.
attacking ambient noise imaging tags onto the whales
C.
directing passing ships to turn away from the whales
D.
teaching the whales to send signals to the passing ships
【单选题】D触发器的状态方程是()。
A.
1+nQ=D
B.
Q1+n=D
C.
nQ=D
D.
Qn=D
【单选题】What he said made me _____ at once. [     ]
A.
get away
B.
to get away
C.
getting away
D.
be got away
【单选题】状态方程是将各触发器的驱动方程代入相应触发器的( )就得出与电路相对应电路的状态方程。
A.
输出方程
B.
特性方程
C.
现态方程
D.
次态方程
【单选题】She has a lot of bad habits______.
A.
to get rid
B.
to get rid of
C.
to get away
D.
to get away from
【单选题】Why did Twain go to West?
A.
To prospect for silver and gold.
B.
To get away from the war and the army.
C.
Because of the outbreak of the Civil War.
D.
To travel.
【单选题】D 触发器的状态方程是( )。
A.
Q n+1 =D
B.
C.
D.
Q n =D
【多选题】下列关于人身着火的扑救方法正确的是
A.
如果身上着火了,赶紧跑
B.
身上着火,最重要的是先想办法把衣服、帽子脱掉,如果一时来不及,可把衣服撕碎扔掉
C.
身上着火,如果来不及脱衣,也可卧倒在地上打滚,把身上的火苗压灭
D.
如果身上火势较大,来不及脱衣服,旁边又没有其他人协助灭火,则可以跳入附近池塘,小河等水中去把身上的火熄灭,要注意涉水安全。
【单选题】执行完下列代码段之后: bool x=true, y=false, z=false; x=x&&y‖z; y=x‖y&&z; z=!(x!=y)‖(y-z); 则x=false, y=false, Z=( )。
A.
true
B.
false
C.
不确定
D.
异常
【单选题】x = True y = False z = False if x or y and z: print('yes') else: print('no') 输出结果是?
A.
yes
B.
no
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题