Multiple choice When a method is declared as private, it can be accessed from its class subclass package anywhere all of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation When the access specifier is private, it can only be accessed in the class in which it is defined.