I was unable to understand this line in chapter on Primitive Types(Pg 45):
Understand the limits of autoboxing, e.g., why Character [] C = new
char [] { ’ a ’ , ’b’}; will not compile.
I want to know the reason behind this and other limitations of autoboxing.