Can we use return in main method?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

15th Jul 2019, 2:50 PM
Nishant Singh
Nishant Singh - avatar
1 Answer
+ 1
Java only recognizes the main method if it has a void return type.
15th Jul 2019, 2:53 PM
Airree
Airree - avatar