logo

Crowdly

Mis ilmub ekraanile? import java.util.LinkedHashMap; import java.util.Map;...

✅ 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.LinkedHashMap;

import java.util.Map;

public class TestLinkedHashMap {

public static void main(String[] args) {

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

kujutus.put("B", 2);

kujutus.put("A", 1);

kujutus.put("C", 3);

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

}

}
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!