Computer Science, asked by swetlinadas93, 1 year ago

what is arrays of a java?​

Answers

Answered by ShreyaVirat
5

Answer:

HEY BUDDY...

GOOD MORNING...

AN ARRAY IN THE CONTEXT OF JAVA IS A DYNAMICALLY CREATED OBJECT THAT SERVES AS A CONTAINER TO HOLD CONSTANT NUMBERS OF THE VALUES OF SAME TYPE....

BY DECLARING AN ARRAY MEMORY SPACE IS ALLOCATED FOR VALUES OF A PARTICULAR TYPE...

HOPE IT HELPS...!!!

HVE A GRT DAY AHEAD...^_^

Answered by Anonymous
4

ANSWER

  • An array, in the context of Java, is a dynamically-created object that serves as a container to hold constant number of values of the same type.
  • By declaring an array, memory space is allocated for values of particular type.
  • At the time of creation, the length of the array must be specified and remains constant.

THANK YOU!

Similar questions