Abstract
- Facilities the integration between OOP concepts with low level Primitive Datatype
- Take primitive datatype & put it inside an OOP Object of Wrapper Class
- Aka converting primitive to object
Auto-boxing
Unboxing
- The opposite of Boxing
Auto-unboxing
- Unboxing but without explicitly calling built-in method