Java View all facts Glossary Help |
syntactic unit > method signature |
method signature comparison table |
Subject | have purpose | have syntax | have syntax rule | see also | is a kind of | is a subtopic of |
---|---|---|---|---|---|---|
main method signature | to indicate the method's name and the number of its parameters and the types of its parameters | public static void main(String[] arguments) { | bold = mandatory | main method | method signature | Methods |
Next syntactic unit: scoping unit Up: syntactic unit Previous syntactic unit: keyword