[HD Pg 366, Sec. 12.4.3 - disadvantages-of-arraylist]
Posted: Wed Jul 21, 2021 7:40 am
As written on page 88 as well, that Arraylist (autoboxes stored primitives cause it) only works with objects, what causes this? Why does ArrayList only work with objects?/Why do simple Arrays allow primitives?
But later it might have dawned on me: cause all of the arguments of ArrayList-methods are generic-types. Please verify
But later it might have dawned on me: cause all of the arguments of ArrayList-methods are generic-types. Please verify