ARRAY OOP

Stores multiple data items of the same data type, in a contiguous block of memory, divided into several slots.
Tells the compiler what the array’s name is, and what type its elements will be.
Java arrays are _____ all elements must be of the same type.
Construct an array
You can also _____ an array by directly initializing it with data.
To access an array element or part of the array, you use a number called an
Accessing the array beyond the last element will throw an
Numeric elements are initialized to
Booleans are initialized to
Object references are initialized to
Arrays are actually
In order to get the number of elements in an array, you can use the _____ attribute of an array.
{"name":"ARRAY OOP", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"stores multiple data items of the same data type, in a contiguous block of memory, divided into several slots., tells the compiler what the array’s name is, and what type its elements will be., Java arrays are _____ all elements must be of the same type.","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Make your own Survey
- it's free to start.