Computer Science, asked by chiragCR8692, 11 months ago

When declaring the array what need not be specified?

Answers

Answered by UrvashiBaliyan
0

Answer:

Explanation:

First, you must declare a variable of the desired array type. Second, you must allocate the memory that will hold the array, using new, and assign it to the array variable. Thus, in Java all arrays are dynamically allocated.

Similar questions
Math, 1 year ago