可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

When creating a clas


When creating a class that associates a set of keys with a set of values, which of these interfaces is most applicable?() 

  • ACollection
  • BSet
  • CSortedSet
  • DMa
参考答案
参考解析:
分类:SCJP程序员认证考试题库
相关推荐

1、When creating a Prod

When creating a Product Promotion using WebSphere Commerce Accelerator, which of the followi...

2、When creating a netw

When creating a network security solution, which two pieces of information should you ...

3、When creating a SQL&

When creating a SQL tuning set,which of the following steps allows the DBA to re...

4、● 假设A、B为布尔变量,对于逻辑表达式( A && B )

● 假设A、B为布尔变量,对于逻辑表达式( A && B ),至少需要(63) 个测试用例才能完成MCDC覆盖。(63)A4B3C2D1

5、连接式“2+3”&“=”&(2+3)的运算结果为( )。 A

连接式“2+3”&“=”&(2+3)的运算结果为( )。 A.“2+3=2+3” B.“2+3=5” C.“5=5” D.“5=2+3”A“2+3=2+3” B“2+3=5” C“5=5” D“5=2+3”

6、语句cout<<(a=2)&&(b=-2);的输

语句cout<<(a=2)&&(b=-2);的输出结果是( )。A无输出B结果不确定C-1D1