题示代码的功能为:循环遍历输出Map当中的每一个元素Map map=new HashMap();map.put(“jessica”,100);map.put(“tom”,200);map.put(“den”,300);Set 位置① set = 位置②;for ( 位置③ per : set) {System.out.println(per.getKey() + ":" + per.getValue());}下列每个选项中分别填入上面三个位置,正确的是
A. map.keySet() Entry
B. > map.entrySet()Map.Entry
C. > map.keySet() Map.Entry
D. > map.entrySet() Entry
查看答案
public static void main(String[] args) {char[] ch = { 'a', 'c', 'a', 'b', 'c', 'b' };HashMap map = new HashMap();for (int i = 0; i < ch.length; i++) {//位置①}System.out.println(map);}应该填入位置①的代码是,不允许使用工具运行程序()
A. if (map.contains(ch[i])) { map.put(ch[i], map.get(ch[i]) + 1); } else { map.put(ch[i], 1);
B. if (map.containsKey(ch[i])) { map.put(ch[i], (Integer) map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }
C. if (map.containsKey(ch[i])) { map.put(ch[i], (int) map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }
D. if (map.contains(ch[i])) { map.put(ch[i], (Integer) map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }
世界格局多极化趋势在曲折发展过程中的重要特征是:
A. 国家间的合作和斗争
B. 国际组织作用越来越大
C. 合作中的竞争与竞争中的合作
D. 世界多种力量此消彼长
对于发展中国家来说,经济全球化:
A. 只有弊,没有利
B. 利多弊少
C. 只有利,没有弊
D. 是机遇也是挑战
党的十八大以来,以习近平为总书记的党中央继续高举( )的旗帜,坚定不移致力于维护世界和平、促进共同发展:
A. 互信、互利、和谐、发展
B. 和平、繁荣、协作、发展
C. 和平、发展、合作、共赢
D. 民主、发展、和眭、公正