what is difference between colection and collections?
Answer Posted / surya
Collection is an interface it provides implementations of
more specific subinterfaces like Set and List.
Collections class consists exclusively of static methods
that operate on or return collections.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are the differences between heap and stack memory in java?
What causes memory leak in java?
What do you mean by data type?
Does sprintf add a null terminator?
What is size of int in java?
Explain when we should make an instance variable private.
Is integer passed by reference in java?
What is complexity and its types?
What are data types in programming?
What are the 6 boolean operators?
Which methods cannot be overridden in java?
What is difference between path and classpath?
How to sort list of list in java?
What is array sorting in java?
Is static a keyword in java?