-
Which of these class allows us to get real time data about private and protected member of a class?
-
- MembersPermission
- ReflectPermission
- java.io
- GetInformation
- 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 .