Get Prepared for Your Next Tech Interview with These FAs
Essential
A collection is a framework that provides a way to store & manipulate a group of objects. It includes interfaces like Collection & Map, & classes like ArrayList, HashSet, etc.
5. Why do we need synchronized ArrayList when we have Vectors (synchronized) in Java? 6. Why Map interface doesn't extend Collection Interface or vice-versa?