Java   View all facts   Glossary   Help
syntactic unit > method signature
Next syntactic unitscoping unit    Upsyntactic unit    Previous syntactic unitkeyword   

method signature comparison table
Subject have purpose have syntax have syntax rule see also is a kind of is a subtopic of
main method signatureto indicate the method's name and the number of its parameters and the types of its parameters
public static void main(String[] arguments) {
// body of method
}
bold = mandatory
italic = non-terminal
normal font = optional
main methodmethod signatureMethods

Next syntactic unitscoping unit    Upsyntactic unit    Previous syntactic unitkeyword