java - How do you create a big array? -


this question has answer here:

i notice when create array, can go size of int since thing accepts. how create 1 fits size of long?

you use two-dimensional array.

e.g.

object[][] objects = new object[integer.max_value][integer.max_value]; 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -