What is the Difference between Collection and Collections ?
Interview Question
What is the Difference between Collection and Collections ?
Ans :-
1.Collection<E>
2.Collections
1.Collection<E>
=> Collection <E> is an interface from java.util package and which is the root of Java Collection<E> Framework.
2.Collections :
Comments
Post a Comment