Java Questions And Answers For Selenium
Part 9 41 : In java, What is return type of main method? Answer : Main method doesn’t have any return type. It is void. 42 : Can We Overload main method in java? Answer : Yes, Java class can have any number of main methods so it is possible to overload main method. But … Read more