what is difference between colection and collections?
Answer Posted / harikrishna
collection is a interface impplemented by all other
interfaces like List,set..where as collections is a class.
| Is This Answer Correct ? | 149 Yes | 27 No |
Post New Answer View All Answers
What are java methods?
Where is the singleton class used?
What does method mean?
Why Java is not pure Object Oriented language?
Explain when classnotfoundexception will be raised ?
What is the difference between public, private, protected, and friend access?
What is the difference between and ?
What is n in java?
What is the purpose of static methods and static variables?
What will be the initial value of an object reference which is defined as an instance variable?
Which is a valid identifier?
What is a literal coding?
What is the difference between interface & abstract class?
Is main an identifier?
Why doesn't the java library use a randomized version of quicksort?