Originally posted by cics:
hello all,
which of the following declarations about main are incorrect, select all possible ans.
a) public static void main(String args[])
b) private static void main(String args[])
c) protected static void main(String args[])
d) public static void Main(String args[])
I know all the first 3 statements go thru without errors. But from the certification point of view what should be my ans ie. either (b,c,d) or just "d"
Thanks.