So I'm working on a presentation where I'm trying to show how much more effective a certain program would be if we were to use primitive types instead of wrapper classes, and I'm trying to find the space complexity of different wrappers and how many bytes are being used for which tasks. Can someone help me figure out how many bytes are being used for what in an Integer or a Double?
Thanks!