+ 1
Anybody here know about java collections
java collection....
2 Answers
0
A collection represents a group of objects, known as itsĀ elements. Some collections allow duplicate elements and others do not. Some are ordered and others unordered.
The most used kind of collections are subinterfaces likeĀ SetĀ andĀ List.
When building your software you must choose which one fits better to the objective.
Hot today
Please help, any idea?
2 Votes
Loop question, I've tried everything that I knew I just don't know. Please help me solve it out
1 Votes
What is wrong? Error on test.
1 Votes
Help me solve this (using loop)
1 Votes
Help me wiht python
1 Votes
how can i flip any word with c++
0 Votes