Page 1 of 1

How can we remove an object from ArrayList?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) remove() method
b) using Iterator
c) remove() method and using Iterator
d) delete() method