Search:

Type: Posts; User: NickVer

Search: Search took 0.10 seconds.

  1. Thread: java Hashmap

    by NickVer
    Replies
    2
    Views
    797

    Re: java Hashmap

    Yes
  2. Thread: java Hashmap

    by NickVer
    Replies
    2
    Views
    797

    java Hashmap

    Hello... I have the follow part of a code:
    HashMap<String, String> dict = new HashMap<>();

    dict.put("UK", "United Kingdom");
    dict.put("USA", "Unites States of America");

    If i give the...
Results 1 to 2 of 2