More precisely, is int a part of the Integer class (a stripped down version or something) or is it something else entirely?
I am aware that int is a value type and I
Primitive types aren't objects, but are stored directly in whatever context they are needed. If they need to be treated like an object, they can be boxed in an Integer.