Java View all facts Glossary Help |
| scope |
| scope comparison table | |||||
| Subject | consist of | is a kind of | define by | is a subtopic of | has definition |
|---|---|---|---|---|---|
| scope of a variable | the parts of the source code in which reference to the variable can be made | scope | location of the variable declaration within your program | Scope | The block of code within which the variable is accessible and determines when the variable is created and destroyed |
Next kbTop: specification Up: kbTop Previous kbTop: relation