0
What are the Easy ways to understand the collections in JAVA?
2 Antworten
+ 4
Well, to simply say, collections are things where you can store objects. Like in real world you could store items in a box, you do the same in programming using collections.
Easiest way to understand how they work is to just play with them. Create programs using different collections. Understand how they work, what can you do with them.
When you will have experience with them, you can understand how they are different from each other and know when it is best to use which collection.
+ 1
like Lists?