Java List isEmpty() MethodLast Updated : 17 Mar 2025 The isEmpty() method of List interface returns a Boolean value 'true' if this list contains no elements. SyntaxParametersNA Specified ByisEmpty in interface Collection<E> ReturnThe isEmpty () method returns the Boolean value 'true' if this list contains no elements, else it returns false. Example 1Output: Enter elements as this list is empty. Example 2Output: Elements are already present in this list. List : [null] Next TopicJava List |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India