Which of the following mechanisms is MOST commonly used when attempting a privileged
operation?
A.
A public method interface to private data fields.
B.
A private package containing only the privileged instructions.
C.
A try/catch/finally block.
D.
A security manager directive.
Explanation: