which of the following statements are true about a map object ?it cannot be assigned to a reference variable of type Collection.
it can be iterated using the mapiterator

解决方案 »

  1.   

    下面哪个关于map对象的语句是正确的?
    不能被赋给Collection型引用变量
    用mapiterator不能被遍历
      

  2.   

    哦 iterate一般译为 迭代
      

  3.   

    it can be iterated using the mapiterator这句啥意思??
      

  4.   

    说错了是能
    用map迭代器它能被迭代
    map本身没有迭代器 用它的keySet或entrySet的
      

  5.   

    下面哪个关于map对象的语句是对的
    不能被赋给Collection型引用变量 
    用mapiterator不能被遍历(或者迭代把)