Computer Applications
What is the data type of elements of an array called ?
Java Arrays
2 Likes
Answer
The data type of elements of an array is called base type of an array.
Answered By
1 Like
Related Questions
What is meant by index of an element ? How are indices numbered in JAVA ?
Determine the total bytes required to store B[17], a char array.
Arrays do not prove to be useful where quite many elements of the same data types need to be stored and processed. (T/F)
A subscript of an element designates its position in the array's ordering. (T/F)