what is difference between colection and collections?
Answer Posted / vijay bhupathi
Collections is a utility class having static methods(ex.sort).
Collection is an interface which Set,List and Queue
extend.(just extend,there are no direct implementations of
Collection)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between an if statement and a switch statement?
How do you check if a number is a perfect square?
What is the new line character?
What are the advantages of java inner classes?
What is difference between identifier and variable?
What is the covariant return type?
Why singleton pattern is better than creating singleton class with static instance?
How do you implement singleton class?
What is package protected in java?
What is object data type?
What are annotations in java?
What is generics in java interview questions?
Difference between collection, collection and collections in java?
What is the difference between yield() and sleep()?
How to sort an array in java without using sort method?