You can reference elements in the array using [] and an index.


String[] someStrings = {"hello" , "world", "today", "is", "a", "sunny", "day"};
System.out.println("The first string in the array...