Which of these class allows us to get real time data about private and protected member of a class?

a) java.io
b) GetInformation
c) ReflectPermission
d) MembersPermission

1 thought on “Which of these class allows us to get real time data about private and protected member of a class?”

  1. c
    Explanation: The ReflectPermission class allows reflection of private or protected members of a class. This was added after java 2.0

Leave a Comment