Part #2: Write a class called Test_equallists having main method to test the application. In main method create followin
Posted: Thu Jul 14, 2022 2:13 pm
Part #2: Write a class called Test_equallists having main method to test the application. In main method create following: 1- Object of type ArrayList list1. 2- Add the following data to list1 ( (413181901). 3- Object of type ArrayList list2. 5- Object of type ArrayList list3. 6- Test the equallists method to print the result. Example: list1: 4 list2: 4 list3: 113201118120190920001150 (generated by the method) 1