what is difference between colection and collections?
Answer Posted / appu
Collection is an interface which can be implemented the
List, Set,Sorted Set,and Queue. Where as Collections is an
utility class which contain the utility methods such as
sorting etc.
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
Which collection allows duplicate values in java?
What are the 6 functions?
What is the platform?
How do you add an element to an arraylist in java?
How to access arraylist elements in java?
What is object cloning in Java?
Can singleton class be cloned?
Write a program to print fibonacci series
What is floating data type?
Why is java architectural neutral?
What is indexof?
How to Sort Strings which are given in List and display in ascending order without using java api.
Define "Access specifiers" in java.
What is difference between call by value and call by reference?
What is the difference between inner class and nested class?