java 选择题!!! 2-3题
4个回答
2016-01-26 · 知道合伙人软件行家
关注
展开全部
第二题:
1、集合names插入了四个字符串,因此集合的size()是4,所以只会输出四个值
2、第一个for循环中,是将names集合中每个堆内存空间的内容替换成Bob,因此输出的全部是Bob
3、第二个for循环中,因为在第一个for循环里面已经将names集合中的内容全部替换成Bob了,因此输出的全部还是Bob。
第三题:
1、集合names中,第五个是names.add(1, "Bob");,这个意思就是在集合的第2个位置插入Bob的字符串内容。(集合是从0 开始计数的,因此Bob会出现在集合的第二位
2、因此for循环就是输出的内容为 选项 C
1、集合names插入了四个字符串,因此集合的size()是4,所以只会输出四个值
2、第一个for循环中,是将names集合中每个堆内存空间的内容替换成Bob,因此输出的全部是Bob
3、第二个for循环中,因为在第一个for循环里面已经将names集合中的内容全部替换成Bob了,因此输出的全部还是Bob。
第三题:
1、集合names中,第五个是names.add(1, "Bob");,这个意思就是在集合的第2个位置插入Bob的字符串内容。(集合是从0 开始计数的,因此Bob会出现在集合的第二位
2、因此for循环就是输出的内容为 选项 C
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
String
java.util.ArrayList.set(int index, String
element)
Replaces the element at the specified position in this list with the
specified element.
Specified by: set(...)
in List,
Overrides: set(...)
in AbstractList
Parameters:
index index of the element to replace
element element to be stored at the specified position
Returns:
the element previously(以前) at the specified position。
最好能看API文档,知道答案了,还要记住是怎么来的
java.util.ArrayList.set(int index, String
element)
Replaces the element at the specified position in this list with the
specified element.
Specified by: set(...)
in List,
Overrides: set(...)
in AbstractList
Parameters:
index index of the element to replace
element element to be stored at the specified position
Returns:
the element previously(以前) at the specified position。
最好能看API文档,知道答案了,还要记住是怎么来的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
第2题选B
第3题选C
第3题选C
追问
第二题怎么做的
为什么选B
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询