Question: Write the missing statements as per given comments to complete the program. import java.util.ArrayList; import java.util.Iterator; public class IteratorPatternDemo { public static void main(String args[]){

Write the missing statements as per given comments to complete the program. import java.util.ArrayList; import java.util.Iterator; public class IteratorPatternDemo { public static void main(String args[]){ // Create a new Linked List named MyL1 // Add names of your three best friends in myFriends | Define an iterator on myFriends Write code to display all names in myFriends using the iterator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
