We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fb471 commit bb37625Copy full SHA for bb37625
javacollection1.java
@@ -1,4 +1,5 @@
1
-import java.util.*;
+import java.util.Collection;
2
+import java.util.ArrayList;
3
class javacollection1 {
4
5
public static void main(String[] args) {
0 commit comments