Question:
Array
Author: Christian NAnswer:
Arrays have (in general and in Java) fixed lengths: They contain – once created – a fixed number of data elements. Variables that manage arrays are reference variables (pointer variables) in Java: They contain the starting address of the memory area in which the individual array elements are stored one after the other. Those are accessed by specifying the element number (indexing):
0 / 5 (0 ratings)
1 answer(s) in total