what is difference between colection and collections?
Answer Posted / t.vijay nath
Collection is the root interface in collection
hierarchy,groups multiple elements into a single unit, it
allows duplicate & non-duplicate elements which may be
ordered or unordered.
Collections is a class which extends Object class & it
consists exclusively static methods .It is a member of Java
Collections Framework.Collections are used to store,
retrieve, manipulate, and communicate aggregate data
| Is This Answer Correct ? | 65 Yes | 11 No |
Post New Answer View All Answers
Why do we need data structure in java?
What does localhost mean?
What is consumer in java?
What should I import for arraylist in java?
Can a class be declared as protected?
What is illegal identifier in java?
What is basic syntax?
What technique is carried out to find out if a particular string is empty?
Can we create an object of private class?
Can a class declared as private be accessed outside it’s package?
What is a protected class in java?
What carriage return means?
What is the main use of generics in java?
What is string in java with example?
What are the differences between checked exception and unchecked exception?