I think I understand. Am I right in saying that you have to declare static for int A because it is an instance variable while it is just declared in the class and an instance variable can't be used as an object?