ArrayList contains() method is used for checking the specified element existence in the given list . It returns true if the specified element is found in the list else it gives false.
ArrayList contains() method is used for checking the specified element existence in the given list . It returns true if the specified element is found in the list else it gives false.