[Solved] NZEC runtime error in Java


You are most probably creating too many memory in program.
you must create array(arr) outside the while loop and manipulate it inside the loop..

0

solved NZEC runtime error in Java