I was wondering if java automatically turns a Integer into an int when comparing to an int? Or will the == try and compare references on primitives?
Is this always t
This is possible.
That Java-feature is called Autoboxing.