+ 2
Can we use return in main method??
Instead of using return type void in Java why not it works with return type int and return 0 as per line of code this thing happens in c++ but I tried in Java this doesn't work here
2 Answers
+ 1
Java only recognizes the main method if it has a void return type.