class App{
public static void main(final String[] args) {
        new App();
}}
why java is not asking us to write final String[]. No use case for
changing the args. PMD tool is asking to use final keyword....but my
question is why not make this default.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to