1.

How can we remove an object from ArrayList?

A. remove() method
B. using Iterator
C. remove() method and using Iterator
D. delete() method
Answer» D. delete() method


Discussion

No Comment Found