Name: Anonymous 2010-12-10 20:59
Why is it that
takes up much more memory when in huge quantities than
public class apples{
int x;
int y;
}takes up much more memory when in huge quantities than
struct apples{
int x;
int y;
}