String[] groceryItems = new
String[10];
groceryItems
Expression
Class/Type
groceryItems
Array
groceryItems[0]
String
groceryItems[0].charAt(0)
char