The first problem is that you've commented out the line declaring ContactList.
// Entry[] ContactList = new Entry [100];

Secondly, in Java arrays are populated with the default value, which in...