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
What is meant by structural programming?
What checkbox method allows you to tell if a checkbox is checked?
Can a final variable be initialized in constructor?
Is string is a data type in java?
What is the use of hashmap in java?
Program to Find the second largest element in an array.
How do you replace a string in java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Is .net better than java?
What is nan inf?
What are the 6 boolean operators?
What is nullpointerexception in java?
What is functional interface in java example?
What happens to the Exception object after handling an exception?
How to make a class or a bean serializable?