On Apr 30, 10:19 am, pavan kumar <[email protected]> wrote:
> Should I use
> 1. main(final String[] args)
> or
> 2. main(String[] args)
> Is the question that I asked?
> All the time we just use the args variable, but not change it. That
> means it can be final by default.
It is better to stick to the standard, where there is no final keyword
in it.
As I said you may have to change the arguments.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---