Hi,
I want to store a undefined number of Strings in a LinkedList.
Always After exceeding a specific size a "java.lang.OutOfMemoryError" is trown.
I tought that one of the advantage using LIsts instead of arrays is because you don't have to specify the size.
Thx for any help.
I want to store a undefined number of Strings in a LinkedList.
Always After exceeding a specific size a "java.lang.OutOfMemoryError" is trown.
I tought that one of the advantage using LIsts instead of arrays is because you don't have to specify the size.
Thx for any help.