> For the complete documentation index, see [llms.txt](https://gyansetu-selenium.gitbook.io/selenium-testing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gyansetu-selenium.gitbook.io/selenium-testing/method-overloading/interview-questions.md).

# Interview Questions:

Interview Questions:

&#x20;1\) Can we overload main method? Yes, we can but the program execution starts with main method having arguments as (String\[] args) Other versions of the main program should be invoked by the programmer explicitly.

&#x20;2\) Can we overload Non-static method? Yes.&#x20;

3\) Can the return type differ while overloading? Yes.
