what is acl(access control list)?
Answer / 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 |
Which interface does java.util.hashtable implement?
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
where is JNDI being used in java platform?
What is markup language?
"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions
what about web architecture?
httt method
Which is the better framework for web applications, struts or spring, and why?
what is jndi?
what is the difference between checked and unchecked Exceptions?
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling