GIAC
GSSP-JAVA · Question #152
For which of the following purposes is the AccessController class used? Each correct answer represents a complete solution. Choose all that apply.
The correct answer is B. To decide whether an access to a critical system resource is to be allowed or denied, C. To mark code as being "privileged", thus affecting subsequent access determinations. D. To obtain a "snapshot" of the current calling context so that access-control decisions from. See the full explanation below for the reasoning.
Question
For which of the following purposes is the AccessController class used? Each correct answer represents a complete solution. Choose all that apply.
Options
- ATo determine most of the parameters of the Java sandbox and whether particular
- BTo decide whether an access to a critical system resource is to be allowed or denied,
- CTo mark code as being "privileged", thus affecting subsequent access determinations.
- DTo obtain a "snapshot" of the current calling context so that access-control decisions from
How the community answered
(29 responses)- A17% (5)
- B83% (24)
Community Discussion
No community discussion yet for this question.