in JAVA by (32.2k points)

Can the size of an array be increased after declaration?

1 Answer

0 votes
by (20.8k points)

Can the size of an array be increased after declaration?

The size of a java array cannot be increased after declaration. This is a limitation of Java arrays.

Related questions

0 votes
0 votes
asked Apr 15, 2021 in JAVA by SakshiSharma (32.2k points)
...