0
how to write main in arraylist!?
Write a class called SetApplication having only main method. Create objects of class type Set using different constructors and call methods of class Set to test all functionalities of class Set.
1 Answer
+ 5
But your homework is about sets? You need a class that contains the main method as an entry to run your program. Everything else is called from the main method.