• 2022-06-16
    HashMap中的put()方法参数是()
    A: put(value,key)
    B: put(key,key)
    C: put(key,value)
    D: put(key,key)
  • C

    内容

    • 0

      Benjamin was worried that he couldn’t put the key into the box.

    • 1

      在JSON字符串中,Object结构是( )。 A: key , value B: {key:value,key:value...} C: Key D: value

    • 2

      If you can’t turn the key, try () some oil in the lock. A: put B: putting C: to put D: to putting

    • 3

      She put the key in her pocket. A: 形状 B: 英镑 C: 口袋

    • 4

      以下( )方法将键 / 值对数据存放到散列映射中, 该方法同时返回键所对应的值。 A: public V put(K key,V value) B: public V get(Object key) C: public V remove(Object key) D: public int size()