What is the need for the String array in the main JAVA method, it is designed to use command line argument programming and amp; now programming days with an IDE like eclllipse, netbeans no need to pass any initial arguments.
If this method signature is required for some purpose, why there is no main method that takes no arguments, and the JVM calls it to bootstrap a Java program. (If one does not want to send any initial parameter)?
source
share