皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
We need a(n) _____team leader who can really motivate the members to work harder.
A.
odd
B.
cautious
C.
dynamic
D.
conventional
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】在阿里巴巴国际站上供应商删除子账号将给公司带来( )影响。
A.
若已开通外贸邮,该账号对应的外贸邮会彻底删除,没有记录且邮件无法找回 。
B.
TradeManage无法登陆,账号无法找回。
C.
一旦删除就无法恢复。
D.
该账号拥有的RFQ、询盘、产品、人脉名片和客户将直接转移到管理员名下。
【单选题】已知有如下定义: package cn.edu.ncu.chenyi; public interface Runnable{ public void run(); } package cn.edu.ncu.chenyi; public abstract class Animal implements Runnable{ public void run(); } 关于上述两个代码说法正确的是?
A.
Animal编译失败,因为Animal类实现接口,不能定义为抽象类
B.
Animal编译失败,因为Animal类实现接口Runnable,方法run的方法不是抽象方法,方法体不能为空;
C.
Animal编译失败,需要在方法run中增加修饰符abstract才能修改正确,形如: package cn.edu.ncu.chenyi; public abstract class Animal implements Runnable{ public abstract void run(); }
D.
Animal编译成功,代码正确;
E.
以上说法均不正确
【单选题】package foo;  public class Outer {  public static class Inner {  }  }   Which statement is true?()
A.
Compilation fails.
B.
An instance of the Inner class can be constructed with “new Outer.Inner()”.
C.
An instance of the Inner class cannot be constructed outside of package foo.
D.
An instance of the Inner class can be constructed only from within the Outer class.
E.
From within the package foo, and instance of the Inner class can be constructed with “new Inner()”.
【单选题】波长为l的单色平行光垂直入射到一狭缝上,若第一级暗纹的位置对应的衍射角为30º,则缝宽的大小为:
A.
a =0.5 l
B.
a = l
C.
a = 2 l
D.
a = 3 l
【单选题】package foo; public class Outer (  public static class Inner (  )  )   Which statement is true? ()
A.
An instance of the Inner class can be constructed with “new Outer.Inner ()”
B.
An instance of the inner class cannot be constructed outside of package foo.
C.
An instance of the inner class can only be constructed from within the outer class.
D.
From within the package bar, an instance of the inner class can be constructed with “new inner()”
【多选题】在阿里巴巴国际站上供应商删除子账号将给公司带来( )影响。
A.
若已开通外贸邮,该账号对应的外贸邮会彻底删除,没有记录且邮件无法找回 。
B.
TradeManage无法登陆,账号无法找回。
C.
一旦删除就无法恢复。
D.
该账号拥有的RFQ、询盘、产品、人脉名片和客户将直接转移到管理员名义下。
【单选题】波长为 l 的单色平行光垂直入射到一狭缝上,若第一级暗纹的位置对应的衍射角为 q = p / 6 ,则缝宽的大小为
A.
l / 2 .
B.
l .
C.
2 l .
D.
3 l .
【单选题】设某函数的表达式F=A+B,假设A为高位,若用四选一数据选择器来设计,则数据端D 0 D 1 D 2 D 3 的状态是
A.
0111
B.
1000
C.
1010
D.
0101
【单选题】问以下哪个类的定义是合法的? 有接口定义: package business; interface Info { public void show(); }
A.
package impl; import business.*; class A extends Info { }
B.
package impl; import business.*; class A implements Info{ public void show(){ } }
C.
package business; import business.*; class A implements Info{ public void show(){ } }
D.
package business; import business.*; class A implements Info{ void show(){ } }
【单选题】波长为 l 的单色平行光垂直入射到一狭缝上,若第一级暗纹的位置对应的衍射角为 j = ± p / 6 ,则缝宽的大小为
A.
l / 2 .
B.
l .
C.
2 l .
D.
3 l .
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题