posted 13 years ago
Hi Ziggy,
It seems that boxing can be done from int -> Integer and not int[] -> Integer[]. Also the non-generic List you have shown is not a List of all the array contents, but the array itself. Try below code.
The variable I have used is non<underscore>genericList... Not sure why underscore not shows up some time