what is difference between colection and collections?
Answer Posted / umesh kumar samal
Collection
-----------
Collection is a interface these hold all sub interface like set ,list,map that is like herichy and to in one root
Collections
-------------
Collections is a class user property these are using in all collection class in sorting the element in a proper order
Collections.sort(obj ref);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain a few methods of overloading best practices in java?
What is the difference between a choice and a list?
What are the advantages of passing this into a method instead of the current class object itself?
Can we restart a thread already started in java?
Is java still necessary?
Why object class is super class for every class in java?
How do you do exponents in java?
How do you implement polymorphism in our day to day life?
What is the default access specifier for variables and methods of a class?
What are the different types of garbage collectors in java?
What are identifiers in java?
What are the 8 data types in java?
What is logical variable?
Can an interface have a constructor?
What is difference between hashset and hashmap in java?