Array class

What are differences between an array and an object of the Array List class? What is the difference between an Array List object’s size and its capacity?

Optional activities: List your interesting or muddy points Answer some or all of the questions listed below: 1) What are conditions to using a loop to search a target value in an array? 2) If you declare a 2-D array, named arr, what are arr.length and arr[0].length? 3) What are differences between an array and […]

Scroll to top