Difference between revisions of "Glossary:Local variable"
Jump to navigation
Jump to search
m (Szall moved page Local variable to Local variable) |
m (curator review) Tag: Visual edit |
||
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. |
}} | }} |
Revision as of 16:41, 9 December 2020
- 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.