________defines what resources a person can access

a. Authorization
b. Authentication
c. Securitization
d. None of the above

B. Authorization occurs after a user is authenticated.

Computer Science & Information Technology

You might also like to view...

In the array representation of a stack, if a value called stackTop indicates the number of elements in the stack, then stackTop-1 points to the top item of the stack.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

If a method throws an exception that it will not catch but that will be caught by a different method, you must also use the keyword ____ followed by an Exception type in the method header.

A. finally B. try C. catch D. throws

Computer Science & Information Technology