Hello everyone,
I have a problem when using the iterator interface in an ArrayList. Here is my code
I need a help with this, if any one knows how to do this, then please help me.Code:Public class Person { private String name; Public Person (string name) { this.name = Name; } Public String getName() { return name; }
Bookmarks