Question: Describe and explain what happens when you try to compile a program with the following statement: int n = 1000; int[] a = new int[n*n*n*n];
Describe and explain what happens when you try to compile a program with the following statement:
int n = 1000;
int[] a = new int[n*n*n*n];
Step by Step Solution
3.49 Rating (156 Votes )
There are 3 Steps involved in it
When you try to compile a program with the mentioned statement the compiler will attempt to allocate ... View full answer
Get step-by-step solutions from verified subject matter experts
