how to take large size array in java

后端 未结 6 1175
醉话见心
醉话见心 2021-01-26 07:05

i am new to java and i want to take large input size array in java. but in gives me some Runtime Error - NZEC, I don\'t know about it and i also did some research on this error

6条回答
  •  生来不讨喜
    2021-01-26 07:22

    To have such a large array may be inefficient in the first place. Can this be replaced with a better data structure that will help in your use case. May be the overall problem that is being attacked, if provided can help solve it in a different more efficient way.

提交回复
热议问题