Java View all facts Glossary Help |
| syntactic unit > access unit > variable > parameter > command-line argument |
| command-line argument comparison table | ||||||||
| Subject | store in | be | is a kind of | is a synonym of | is a subtopic of | surround by | has definition | have example of use |
|---|---|---|---|---|---|---|---|---|
| parameter | as private as possible | variable | formal parameter | Variables and Data Types | A variable that transmits a primitive datum or object reference to a method or constructor | |||
| command-line argument | an array of strings and passed to the main method | a parameter of a main method | parameter | Methods | quotations marks if the argument is more than one word long | java EchoArgs Tim John "Pamela Sue" Fred 25 |
Next parameter: exception-handler parameter Up: parameter Previous parameter: applet parameter