nerdexam
GIAC

GSSP-JAVA · Question #117

Which of the following is a Permission class whose permissions have no actions, and allows suppressing the standard Java programming language access checks?

The correct answer is C. java.lang.reflect.ReflectPermission. See the full explanation below for the reasoning.

Question

Which of the following is a Permission class whose permissions have no actions, and allows suppressing the standard Java programming language access checks?

Options

  • Ajava.awt.RuntimePermission
  • Bjava.security.SecurityPermission
  • Cjava.lang.reflect.ReflectPermission
  • Djava.lang.AllPermission

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    11% (5)
  • C
    80% (36)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice