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: