0 votes
in JAVA by
Which utility function is used to check the presence of elements in an ArrayList?

1 Answer

0 votes
by

Which utility function is used to check the presence of elements in an ArrayList?

hasNext() is used for the presence of the next element in an ArrayList.

...