Question: What kind of array is defined in the followig Java definition: int[] a = new int[10]; static array stack-dynamic array fixed heap-dynamic array heap-dynamic array
What kind of array is defined in the followig Java definition: int[] a = new int[10];
static array
stack-dynamic array
fixed heap-dynamic array
heap-dynamic array
I believe it to be the 3rd option. Is that correct?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
