What are the two main differences between arrays and collections?
Answer: Collections can have elements added or removed without a strict size, and cannot accept primitive type variables, such as int, without using their wrapper classes, Integer in this case.
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.