Aug 04 2012 01:32 PM 6224 10 Is it possible to override the main method in Java? aparesh_c if yes then how? RAJASEKAR Oct 27th, 2012 No because we all know we cannot override static method. It is a final method. main method is static. avinash Sep 26th, 2012 We cant override static methods in java.if we take main() in sub class that is method hiding not overriding. Answer Question Select Best Answer
Aug 04 2012 01:32 PM 6224 10 Is it possible to override the main method in Java? aparesh_c if yes then how? RAJASEKAR Oct 27th, 2012 No because we all know we cannot override static method. It is a final method. main method is static. avinash Sep 26th, 2012 We cant override static methods in java.if we take main() in sub class that is method hiding not overriding. Answer Question Select Best Answer
RAJASEKAR Oct 27th, 2012 No because we all know we cannot override static method. It is a final method. main method is static.
avinash Sep 26th, 2012 We cant override static methods in java.if we take main() in sub class that is method hiding not overriding.