logo

Crowdly

Mis ilmub ekraanile? import java.util.HashMap; import java.util.Map; p...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Mis ilmub ekraanile?

import java.util.HashMap;

import java.util.Map;

public class TestHashMap {

public static void main(String[] args) {

Map<String, Integer> kujutus = new HashMap<>();

kujutus.put("A", 1);

kujutus.put("B", 2);

kujutus.put("C", 3);

System.out.println(kujutus.keySet());

}

}
0%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.ut.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!