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.
,
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?