Multiple choice What is the role of protected specifier in java? The member of the class can be accessed inside the same package as well as in the subclass of the class in other package. The member can be accessed only in the same package. Members can be accessed inside the particular class only. Members can be accessed everywhere outside the class as well as in the other packages too. None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is true about protected specifier in java.