Java View all facts Glossary Help |
| syntactic unit > method signature > main method 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 unit | header | The method's name and the number of its parameters and the types of its parameters | |
| main method signature | public static void main(String[] arguments) { | main method | method signature |
Up: method signature