In the context of Java, what is an instance variable?
A variable defined within a method
A variable defined outside of any method, but within a class
A static variable defined at the class level
A constant value that cannot change