Embed presentation
Download to read offline


This document discusses Java classes for storing collections of objects and strings. It compares the Array, ArrayList, and String classes for storing multiple values, and the String and StringBuffer classes for storing mutable and immutable string values. The ArrayList class is recommended over arrays for dynamically sized lists that may be added to or removed from over time.
