Question: Consider a Java 1D array allocated as: int [] ary = new int [100]; Assume that the first element is located in memory location 1000.
-
Consider a Java 1D array allocated as: int [] ary = new int [100]; Assume that the first element is located in memory location 1000.
-
Determine the address of ary[0]
-
Determine the address of ary[50]
-
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
