How can I store more than 2^128 elements in an array in java.
I tried Integer.MAX_value
but this is not the range I want. I want more numbers.
This is the ERROR in using (Integer.MAX_VALUE):
Exception in thread "main" java.lang.OutOfMemoryError: Requested array size exceeds VM limit.