EMC Exam Questions

which statement is required to create a public ACL object (assume all variables and objects are vali

In the following code, which statement is required to create a public ACL object (assume all
variables and objects are valid)?

A.
newACL.setObjectName(“Public Read ACL”);

B.
newACL.setDomain(“dm_dbo”);

C.
newACL.setACLClass(3);

D.
newACL.grant(“dm_world”, IDfACL.DF_PERMIT_READ, “”);