Home » JAVA Programming » Date & Time » Question
  1. Which of these class allows us to get real time data about private and protected member of a class?
    1. MembersPermission
    2. ReflectPermission
    3. java.io
    4. GetInformation
    5. None of these
Correct Option: B

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



Your comments will be displayed only after manual approval.