How Can We Remove An Object From Arraylist #682
How can we remove an object from ArrayList?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java List - Quiz No.1.
How can we remove an object from ArrayList?
remove() method
using Iterator
remove() method and using Iterator
delete() method