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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!