Difference between revisions of "Glossary:Local variable"
Jump to navigation
Jump to search
m (Szall moved page Local variable to Local variable) |
m (Admin moved page Local variable to Glossary:Local variable without leaving a redirect: New namespace) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Glossary item | {{Glossary item | ||
|Term= Local Variable, local variable | |Term= Local Variable, local variable | ||
− | |Definition= | + | |Definition= A text string that is stored in a Java StringBuffer object rather than in a page structure. Local variables require less memory and can be accessed with less computer overhead than parameters. Activities can access local variables. |
}} | }} |
Latest revision as of 14:08, 24 March 2021
- Local Variable, local variable
- A text string that is stored in a Java StringBuffer object rather than in a page structure. Local variables require less memory and can be accessed with less computer overhead than parameters. Activities can access local variables.