1. What is the most restrictive access modifier that will allow members of one class to have access to members of another class in the same package?
For a given(or specified) package both
protective access modifier and
dafualt access level have the same scope .the difference comes only when other packages comes into picture.So our question is limited to the
same package and as per the its
access modifier not
access level.
This is what i understood , still i may be wrong some where.