can i override the main method in java? if yes..why.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

can i override the main method in java? if yes..why..

method overriding is a process that we use to increase our code reusability..can I override the main method??

28th Apr 2017, 1:36 AM
Alif
Alif - avatar
2 Answers
+ 10
short answer: no, you cannot override static methods.
28th Apr 2017, 1:41 AM
Rrestoring faith
Rrestoring faith - avatar