javascript
Brief description  about Online courses   join in Online courses
View Shristy  Bhati 's Profile

Confused

Can anyoneplz tell me that when we have to use which statement..i mean what is the difference between both the statements :
" public static void main(String[]args) "
" public static void main(String args[]) "
Asked by Shristy Bhati | Apr 14, 2013 |  Reply now
Replies (3)
View thuto mcmillan motseothata 's Profile
same functionality
Jun 26, 2013
View shristy bhati 's Profile
Thanku luvita...
Apr 20, 2013
View luvita burgess 's Profile
Functionality wise both are same. SI suggest to use String[] args. I think its because its more readable. String[] args can be read as "String array named args"
Apr 20, 2013