Glossary Java / Term
A data item known within a block, but inaccessible to code outside the block. For example, any variable defined within a method is a local variable and can't be used outside the method.
Permanent link local variable - Creation date 2022-01-03