Please enable JavaScript to use CodeHS

CodeHS Glossary


Local Variable Java

A variable that is defined in a method or constructor. It only exists in the context of the method that it belongs to.