Snippets tagged “collections-framework”
1 snippet uses this tag.
- What is the difference between Set and List?Java
In Java, a Set is an interface that extends the Collection interface.
1 snippet uses this tag.
In Java, a Set is an interface that extends the Collection interface.