What is return type of main method
Answer: main method does not return anything it is void as shown below:
public static void main(String args[]) { }
Answer: main method does not return anything it is void as shown below:
public static void main(String args[]) { }