main
Signature for the main method will need to have the following.
public static void main(String args[]) {
//some code
}
Code will not work without this signature
Signature for the main method will need to have the following.
public static void main(String args[]) {
//some code
}
Code will not work without this signature