import java.util.*; public class Test { public static void main(String[] args) { List<?> lst = new ArrayList<String>(); // (1) Insert code here } }
Login in to like
Login in to comment
or Read more about Java Quizzes
Login in to like
Login in to comment