Computer Science, asked by binaybarla760, 10 months ago

What is object array in java ?​

Answers

Answered by mathu527
1

Answer:

The array of objects, as defined by its name, stores an array of objects. An object represents a single record in memory, and thus for multiple records, an array of objects must be created. It must be noted, that the arrays can hold only references to the objects, and not the objects themselves. 

Similar questions