Computer Applications
Arrays do not prove to be useful where quite many elements of the same data types need to be stored and processed. (T/F)
Java Arrays
3 Likes
Answer
False
Reason — Arrays store same type of data elements in contiguous memory locations and under a single variable name. This makes them very useful where quite many elements of the same data types need to be stored and processed as the user can refer to the elements using the same name and different index numbers.
Answered By
2 Likes