Java View all facts Glossary Help |
syntactic unit > method signature > main method signature |
main method signature | ||||
subject | fact |
main method signature | has syntax public static void main(String[] arguments) { | |
is a subtopic of Methods | ||
is a kind of method signature | ||
see also main method | ||
method signature | has purpose to indicate the method's name and the number of its parameters and the types of its parameters | |
syntactic unit | has syntax rule bold = mandatory |