How does access work if you do not specify an access modifier? These examples will help. Instance variables are set in the super class, and then two subclasses try to access them. One subclass is in the same package and the other is not. You can load these into Eclipse and check the actual visibility.