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 object oriented programming language and object based programming language?
Is a method a function?
What is the use of System class?
What is main function purpose?
What is equals method in java?
What is an empty list in java?
Is an empty arraylist null?
Can a static member function access member variable of an object?
What is the purpose of using javap?
What is the public method modifier?
What is string immutability?
Can a serialized object be transferred via network?
How many digits can a float hold?
Is it possible to compare various strings with the help of == operator?
What is byte value?