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
Outline the major features of java.
What is variable and example?
What are green threads in java?
What are byte codes?
What is difference between c++ and java ?
What are different exception types exceptions available in java ?
What super () does in java?
Is java still necessary?
What are the kinds of polymorphism?
Why can't we override private static methods?
When should I use a singleton?
Is it possible to use string in the switch case?
What is constructor chaining and how is it achieved in java?
What is the synonym of string?
Explain the difference between extends thread vs implements runnable in java?