Computer Science, asked by dipsemail9879, 11 months ago

Column Size Is Mandatory To Create An Array In Java. State True Or False

Answers

Answered by unknowntitle000
1

Answer:

No need

Explanation:

Answered by durgeshbishi2
0

Answer: False.

Explanation:

According to the question, As the column Size Is Mandatory To Create An Array In Java,

As we know, It is not possible to declare an array without specifying the size. If at all you want to do that, then you can use Array List, which is dynamic in nature. And the arrays are static in Java and you declare an array with a specified size. Once this size is specified, you cannot change it again.

So False, The Column Size Is not Mandatory To Create An Array In Java.

#SPJ3

Similar questions