The compiler has a feature: autoboxing that will do many conversions so that you don't have to understand what needs to be done or what was done to change code into legal Java code.
It allows...