The ____ package is composed of mostly abstract classes and interfaces that encapsulate security concepts to provide a configurable, fine-grained access-control security architecture.

A. java.security.provider
B. java.jca
C. java.security.jca
D. java.security


Answer: D

Computer Science & Information Technology

You might also like to view...

To add the JList object addressList to a scroll pane named scrollPane, use the following:

A) JScrollPane scrollPane = new JScrollPane(addressList); B) scrollPane.add(addressList); C) addressList.add(scrollPane); D) addressList.addScrollPane(scrollPane);

Computer Science & Information Technology

Which of the following is true of Software as a Service (SaaS)?

a. It focuses on application delivery. b. It focuses on the software external to the data center that exists on top of the software infrastructure. c. It focuses on the virtual network component and delivery. d. It focuses on application development and storage.

Computer Science & Information Technology

Which of the following statements is false?

a. You can use *= to multiply a sequence—that is, append a sequence to itself multiple times. b. After the following snippet, numbers contains two copies of the original list’s contents: numbers *= 2 c. The following code searches the updated list for the value 5 starting from in-dex 7 and continuing through the end of the list: numbers.index(5, 7) d. All of the above statements are true.

Computer Science & Information Technology

Which is a way to read input from a source document with an optical scanner rather than off the magnetic media?

A) mark sense forms B) punch out forms C) optical character recognition (OCR) D) bar codes

Computer Science & Information Technology