What is the function of the isEmpty(), size() and clear() methods from the Collection interface?
Answer: isEmpty returns true if there are no elements in the collection. size() returns the count of elements in the collection. clear() wipes all elements from the collection.
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.