Search

What is the return type of the main() method ?



main() method doesn’t return anything. Hence it is declared as void.