Where are local variables declared and used?
Outside of any methods, and used globally
At the class level, shared by all methods
Only in static methods
Inside methods, constructors, or blocks