Which two correctly import the Map class in the java.util package?

Which two correctly import the Map class in the java.util package? (Choose two.)

Which two correctly import the Map class in the java.util package? (Choose two.)

A.
import *.Map;

B.
package java.util.Map;

C.
import Map;

D.
import java.util.Map;

E.
package java.util.*;

F.
import java.util;

G.
import java.util.*;



Leave a Reply 0

Your email address will not be published. Required fields are marked *