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
Explain parallel processing in java8?
How many types of memory areas are allocated by jvm?
What is variable declaration and definition?
What is the epoch date?
Which graphs are functions?
Explain the difference between serializable and externalizable in java?
What is the generic class?
Why do we use string?
Does constructor return any value?
Can you extend main method in java?
What is :: operator in java 8?
what do you mean by classloader in java?
Define jit compiler?
Can a final variable be manipulated in java?
Can a class have multiple constructors?