An array

(Display Listing 1.)

This program declares and initializes an array of type Object with a size of five elements. 

The square brackets following the word Object in the variables section identifies this as an array as opposed to an ordinary variable of type Object.

(Note that Listing 1 was created using the "Java Style in Color" display preference.)