0
Is it important to Learn collections in java?
4 Answers
+ 11
If you learn about collections, you won't feel the pain of using primitive arrays any longer (e.g. because they are dynamic, or handle stuff under the hood for you where they are not and provide loads of convenient methods). Totally worth it ;)
+ 10
YES!
+ 1
Ok,Then can I use this in my project
0
why buddy?