0 votes
in JAVA by
Will the program run if we write static public void main?

1 Answer

0 votes
by

Yes, the program will successfully execute if written so. Because, in Java, there is no specific rule for the order of specifiers

...