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

main method signature comparison table
Subject have syntax see also is a kind of is a synonym of has definition
method signature
methodName (parameter1Type parameter1 ...)
 syntactic unitheaderThe method's name and the number of its parameters and the types of its parameters
main method signature
public static void main(String[] arguments) {
// body of method
}
main methodmethod signature  

Upmethod signature