If I construct:
Object[][] guy = new Object[5][4];
do the spots in my array have default values? Are they null?
Is there a way to a