what is difference between colection and collections?
Answer Posted / surya
Collection is an interface it provides implementations of
more specific subinterfaces like Set and List.
Collections class consists exclusively of static methods
that operate on or return collections.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the best definition for data?
Can we create an object of private class?
Explain constructors and types of constructors in java.
Define "Access specifiers" in java.
What is percentage in java?
Difference between Preemptive scheduling vs. Time slicing?
What do you know about the garbate collector?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
How can we make a class singleton?
What's the access scope of protected access specifier?
what is singleton class in java?
What is time complexity java?
Can we overload run() method in java?
What is a lambda expression ? What's its use ?
Can a boolean be null java?