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
Give a brief description of java socket programming?
What does those terms actually mean included in the j.d.k i.6?
What is difference between arraylist and list in java?
What is unicode datatype?
What is serialization in java?
How many types of interfaces are there?
Explain covariant method overriding in java.
What is java regex?
what is anonymous class in java?
What is a lock or purpose of locks in java?
Can you add null to a list java?
What is identifier give example?
How to create a thread in java?
Explain, java is compatible with all servers but not all browsers?
Can we write a class without main method in java?