Hi,
I am new to Java and new to this forum as well.
The signature of main method is
public static void main(String[] args) {
...
}
It takes a String array as input. But when I run the application, I do not supply any arguments to my application. Even then program runs fine. How this is done?
- PEACE