Ajinkya
Answered On : Aug 7th, 2012
No. We can not override main method. As it is static and static methods can not be overridden
Login to rate this answer.
Mohammed Mansoor
Answered On : Aug 31st, 2012
Yes, it can be overridden but it will act as a normal method but not as main method

1 User has rated as useful.
Login to rate this answer.
mansoor
Answered On : Aug 31st, 2012
No it cannot be overided but it can be overloaded
Login to rate this answer.
avinash
Answered On : Sep 26th, 2012
we cant override static methods in java.if we take main() in sub class that is method hiding not overriding.
Login to rate this answer.
RAJASEKAR
Answered On : Oct 27th, 2012
No because we all know we cannot override static method. It is a final method.
main method is static.
Login to rate this answer.