Java Collection size() methodThe 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 1Test it NowOutput: The elements in Collection : [34, 12, 45] Size of the collection 3 Example 2Test it NowOutput: 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 3Test it NowOutput: The queue is empty. Next TopicJava-Collection |
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