That said, there's a shortcut to declare, initialize and add values to arrays in a single step.

See that? If we know which elements an array is supposed to hold, we can simply assign them in braces and skip the new keyword.

Psst: Arrays.toString() is a utility method that converts an array into a single String-type value.