I have a little question which confuses me. In the main method the args array seems to be created wrong from which i have been taught.
in the main method to declare the args array im sure you all know it is String[] args
but from what i have learned, an array is made with String args[]
why is this different in the main method?
thanks