Array and ArrayList

Array and ArrayList Array and ArrayList are data structures but with lot of differences. Array Array is a collection of similar data types. The data stored is known as elements. Elements added are automatically indexed. The first element is given zero and the elements can be retrieved by their index numbers. Retrieving the elements is …

Array and ArrayList Read More »