This is a very coomon question asked in many interviews
we use public static void main (
String abc[]) as signature of first executing method
in our class but
all these variations in this signature also run very smoothly
static void main(String abc[])
private static void main(String abc[])
protected static void main(String abc[])
can any one pls tell then what is the diff if all methodsrun in same way