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
Is a case study a method or methodology?
Does sprintf add a null terminator?
I don’t want my class to be inherited by any other class. What should I do?
What are the drawbacks for singleton class?
Implement two stacks using a single array.
What is the difference between actual and formal parameters?
Write a program to print fibonacci series
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
why Interface used?
Why stringbuilder is not thread safe?
What does serializing data mean?
What is exception hierarchy in java?
What are the basic control structures?
What is matcher in java?
What are the various access specifiers in java?