Answer Posted / srikanth jakka
With respect to a computer filesystem, an access control
list (ACL) is a list of permissions attached to an object.
The list specifies who or what is allowed to access the
object and what operations are allowed to be performed on
the object. In a typical ACL, each entry in the list
specifies a subject and an operation: for example, the
entry (Alice, delete) on the ACL for file WXY gives Alice
permission to delete file WXY.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What are the different types of ways where you can iterate over a list? : java collections
what is mean by hasing and maping in java platform and advantage?
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What is an algorithm in java collection framework? : java collections
What are the interfaces in java collections? : java collections
What are the types of interface used in the java collections? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
What is iterator in the java collections framework? : java collections
What is the difference between comparable and comparator in java.util pkg?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What is the Spring2.5 MVC Navigation flow?
What are the differences between the java collection and the java list? : java collections