Java   View all facts   Glossary   Help | 
| syntactic unit > declaration > parameter declaration | 
| parameter declaration comparison table | ||||
| Subject | have purpose | have syntax | is a kind of | has definition | 
|---|---|---|---|---|
| declaration | syntactic unit | A statement that establishes an identifier and associates attributes with it, without necessarily reserving its storage (for data) or providing the implementation (for methods) | ||
| parameter declaration | to declare a parameter | type parameterName  | declaration | 
Next declaration: variable declaration     Up: declaration    Previous declaration: package statement