0
Which do you write first eg static int() or the entry main statement.... Public static void main....
3 Respuestas
0
By default, the compiler reads the main function first.
0
so it doesn't matter which you write first?
0
It doesn't matter, but most of the the times you will find that main is placed at last