Can we overload a main() method in Java?
main()
yes we can overload main method. main method must not be static main method.