I want to create huge persistent objects and then draw random images as well on BB.
Can you help me on this, how do I create huge objects.
I want to create huge persistent objects and then draw random images as well on BB.
Can you help me on this, how do I create huge objects.
I think you need to clarify the problem a little more. What exactly do you mean by "huge objects"?
Yeah, more detail would help.
If I parse your request properly, you just want to create a bunch of big objects and ensure they stick around, suggest creating suitably large arrays of int[]
and sticking them in a Set<int[]>
or something.
But, why?