The scope of a variable in Java is:

The part of the program in which it can be used
  • The thing that allows it to see other variables;
  • The other variables that it can interact with
  • One of its instance variables

There are no hints for this question.