Computer Science, asked by umarsathik2000, 2 months ago

an array in java is a collection of elements of what data type

Answers

Answered by kimayagurav
0

Answer:

In the Java programming language, arrays are objects (§4.3. 1), are dynamically created, and may be assigned to variables of type Object (§4.3. 2). All methods of class Object may be invoked on an array.

Explanation:

hope it will help u.

Answered by adritabarmanroy
0

Answer:

Explanation:

Explanation: An array can be of any data type, primitive or Object type.

In the Java programming language, arrays are objects (§4.3. 1), are dynamically created, and may be assigned to variables of type Object (§4.3. 2). All methods of class Object may be invoked on an array.

An Array is collection of indexed and fixed number of homogeneous (same type) elements.

#SPJ3

Similar questions