logo

Crowdly

Mis ilmub ekraanile? import java.util.Map; import java.util.TreeMap; 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.Map;

import java.util.TreeMap;

public class TestTreeMap {

public static void main(String args[]) {

Map<Integer, String> obj = new TreeMap<>();

obj.put(5, "A");

obj.put(1, "B");

obj.put(3, "C");

System.out.println(obj.entrySet());

}

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