1Z0-809 Web TestEngine demo

Exit VCEDump 1Z0-809 Java SE 8 Programmer II
Question 30 of 32
0% complete
Q30 Single choice

Given the code fragment:

Map<Integer, String> books = new TreeMap<>();
books.put (1007, "A");
books.put (1002, "C");
books.put (1001, "B");
books.put (1003, "B");
System.out.println (books);

What is the result?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in