Briefly describe the java.security.policy class.

What will be an ideal response?


The java.security.Policy class is an abstract class for representing the system security policy for a Java application environment. The security policy is represented by a Policy subclass providing an implementation of the abstract methods in this Policy class. Only one Policy object can be in effect at any given time. The source location for the policy information used by the Policy object can be of different implementations. The policy configuration can be stored in a flat ASCII file, a serialized binary file of the Policy class, or in a database. By default, the J2SDK provides a file-based subclass implementation, which was upgraded to support Principal-based grant entries in policy files in version 1.4.

Computer Science & Information Technology

You might also like to view...

The snapshot format technique is often used when a manager wants to send reports in a database to other managers in the business so they do not have to produce the reports on their own

Indicate whether the statement is true or false

Computer Science & Information Technology

To select an entire word in a document by using a mouse, ________ the word

A) double-click B) double-tap C) tap D) click

Computer Science & Information Technology

A digital ________ is an electronic stamp that guarantees the authenticity of a file

Fill in the blank(s) with correct word

Computer Science & Information Technology

As you interact with a program, part of it may be in physical RAM, while the rest of the program is on the hard disk as virtual memory.

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

Computer Science & Information Technology