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 all methods are used to prevent thread execution ?
Explain the difference between a Thread and a Process.
What is difference between static and abstract class?
What is hashmap and map?
what is mutual exclusion? : Java thread
What do you mean by static variable?
What is sorting in java?
What is class and object in java?
What does regex mean?
How many return statement are allowed in a function?
Define nashorn in java8.
What is difference between static and final?
What isan abstract class and when do you use it?
Is there any case when finally will not be executed?
Can memory leak in java?