What is the function of the boolean equals(Object o) method of the Collection interface?
Answer: If o is not a collection, then it will return false. If o is a collection, then it will compare the contents of o and the collection. In the case of lists, it will compare order as well
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.