Computer Science, asked by saidev2790, 3 months ago

the size of the array should be?

Answers

Answered by ITzCrazyBoy95
0

Answer:

You must decide the size of the array when it is constructed. You can't change the size of the array after it's constructed. However, you can change the number of elements in an ArrayList whenever you want.

Similar questions