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