当前位置:Java认证考试综合练习题库

问题:

[多选] 哪两个是同步的?()

A .  java.util.TreeSet
B .  java.util.Hashtable
C .  java.util.Vector
D .  java.util.LinkedList

现有:  import java.util.*;      class AddStuff2  {  public static void main(String  []  args)  {      TreeSett=new TreeSet();      if (t.add("one"))      if (t.add("two"))     if (t.add ("three"))  add("four");  for (String s  :  t)      System.out.print (s);     }      }      结果为:()       one。  one three two。  one two three。  one two three four。  four one three two。 编译失败。 研究特质 简述学科结构的基本含义。 学前教育的合作的主要方式有哪些? 厌氧池膨胀漂泥是在水力负荷、容积负荷太高的情况下而引起的污泥流失。膨胀跑泥时出水颜色(),漂出污泥的沉降性能()并伴随()的产生。 哪两个是同步的?()
参考答案:

  参考解析

本题暂无解析

在线 客服