hi everyone
this is my first post here..
is boolean[] (array single dimension) has maximum size?
in my experiment, it can handle up to size of 178868564.
i'm just curious if it's size varies in different machines?
thank you..
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
hi everyone
this is my first post here..
is boolean[] (array single dimension) has maximum size?
in my experiment, it can handle up to size of 178868564.
i'm just curious if it's size varies in different machines?
thank you..
The theoretical maximum size is Integer.MAX_INT, but you'll run out of memory sooner or later. So, yes, it depends on the machine and VM memory settings.
dicdic (October 31st, 2013)
how would i mark this thread as solved? there's no Mark as solved in Thread Tools thanks for your answer..
I don't know. There's probably no solving option, because this is the introductions section.
Thread moved out of introductions section