what is difference between colection and collections?
Answer Posted / srinu
Collection is the interface. which can be implemented
List,set,Queue.This interface contain only instance methods.
Collection is the class .This class contain utility methods
such as all algorithm oriented methods.This class contain
only static methods.
| Is This Answer Correct ? | 15 Yes | 12 No |
Post New Answer View All Answers
What is meant by nested loop?
Difference between string s= new string (); and string s = "abv";?
What does nullpointerexception mean?
How many bytes is a char in java?
Is null an object java?
How do you get length in java?
What are operators and its types?
Why java is object oriented?
Is it possible to override private or static method in java?
Which list does not allow duplicates in java?
Does list maintain insertion order java?
Define reflection.
How would overload a function based on return type?
What is private static in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?