So I already read what parsing is in the threads here, but wouldnt this be autoboxing or unboxing because it goes from an int
to an Integer
?
This is the sentence
When an integer is added to an array list declared as
ArrayList<Integer>
, Java performs what?