(String[] args)
(String args[])
(String... helicopter)

These are all valid declarations, but String[] args is considered best practice when declaring arrays of any sort, as it is far more...