What is the need of String array in the main method of JAVA, It is for use of command line argument programming & now a days programming with IDE like eclllipse, netbeans no need to pass any initial arguments.
If this signature of method is required for some purpose, why there is no any main method which is not taking any arguments and JVM invokes it to bootstrap Java program. (If one one dont want to send any initial parameter) ?
