Java   View all facts   Glossary   Help
syntactic unit > method signature > main method signature
Upmethod signature

main method signature
subjectfact 
main method signaturehas syntax
public static void main(String[] arguments) {
// body of method
}
added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:19.0
is a subtopic of Methods2001-10-19 11:37:20.0
is a kind of method signature2001-10-19 11:37:20.0
see also main method2001-10-19 11:37:20.0
method signaturehas purpose to indicate the method's name and the number of its parameters and the types of its parameters2001-10-19 11:37:25.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0