T
Tony Johansson
Hello!
I just wonder why many books and some other decument on the net says that "A
main method must always be declared public and static"
I agree that main must always be static but the runtime simply ignore if you
declare main to be privat it works just as good
as if you have declared it as public.
//Tony
I just wonder why many books and some other decument on the net says that "A
main method must always be declared public and static"
I agree that main must always be static but the runtime simply ignore if you
declare main to be privat it works just as good
as if you have declared it as public.
//Tony