工程定额按( )分类,可以把工程定额划分为劳动消耗定额、机械消耗定额和材料消耗定额三种。
A.用途 B.适用范围C.反映的生产要素消耗内容 D.管理权限
参考答案:C
下列代码的执行结果是______。 public class ex55 { public static void main(String args[] ) { String s1=new String("hello"); String s2=new String("hello"); System.out.print (s1==s2); System.out.print (","); System.out.println (s1.equals (s2)); } }
A.true, false
B.true, true
C.false, true
D.false, false
常见的网络拓扑结构包括()。
A.网状型
B.星型
C.总线型
D.环型