not sure if I am asking this correctly, but does anyone know if List and List would hold different amount of memory space for one-character elements, that is, character elements or strings with only one character each?
I would expect List to hold less memory space but since Character is a class and not the primitive char, I wonder if List would then hold the same or different amount of space as List.