Posted By:
Ethan_Shea
Posted On:
Monday, November 7, 2011 09:05 PM
I don't know much about how Java handles memory, but what would be the most efficient way to store 32 bytes of memory? I already have thought of using 32 byte primitives in an array, but I don't know if putting that in an object makes it take up more space or not. Should I just use the array as a field instead of the object holding the array?
Thanks,
geekygenius