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