I'm wondering what is initially placed in a dynamically array when first created. It can be an array of anything; int, LinkedList, etc. I'm currently writing code where I initialize an array of 100 LinkedLists, but have not yet populated it.
I'm currently trying to make a HashMap and am creating LinkedLists if they have not yet been created yet.