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 expression 4 + 20 / (3 - 1) * 2 is evaluated to

a. 4 b. 20 c. 24 d. 9 e. 25

Computer Science & Information Technology

The MIN function

A) tallies the number of blank cells in a range. B) displays the lowest value in a range. C) identifies the highest value in a range. D) tallies the number of cells in a range that contain values.

Computer Science & Information Technology

An entrance effect can be modified by using the animation Effect Options command

a. true b. false

Computer Science & Information Technology

It is acceptable to for transaction processing systems to capture inaccurate data.  

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

Computer Science & Information Technology