Java Collection size() method24 Mar 2025 | 2 min read The size() method of Java Collection Interface returns the total count of the elements contained in this collection. SyntaxParametersNA Return ValueThe size() method returns the total count of the elements present in this collection. Example 1Output: The elements in Collection : [34, 12, 45] Size of the collection 3 Example 2Output: Total alphabets : 26 collection : [a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z] Number of vowels : 5 Vowels : [a, e, i, o, u] Example 3Output: The queue is empty. Next TopicJava-Collection |
We request you to subscribe our newsletter for upcoming updates.

We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India