Question: Given the following code, write the code that the comment states. //Import the ArrayList package public class ArrayListPractice { public static void main(String[] args) {
Given the following code, write the code that the comment states.
//Import the ArrayList package public class
ArrayListPractice { public static void main(String[] args)
{ //Instantiate an ArrayList of Strings called classMates
//Add 4 classmates named Johnny, Sue, Jimmy, Tommy
//Remove Sue from the list
//Change Jimmy's name to Jim //Print out the list of class mates } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
