Monday, January 4, 2021

Weird Questions I have on Java

 1. Why main method does not return any value or why the return type of main method is void?

    a. It could have returned success or failure of the process completion