Searching in array list carried out?

How is searching in an array list carried out?
For searching an element in an array list, first we traverse the array list and with traversing, we compare each element of array with the given element.

No comments:

Post a Comment

comment on this post

Note: Only a member of this blog may post a comment.