B. import java.util.Hashtable; import java.util.Map; public class MainClass{ public static void main(String[] argv){ Map map = new Hashtable(); } }