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 |
What is the use of log4j and how to make use of that in a application?
Q1. A. Write note on "The class path Environment Variable". B. Which are different kinds of source code? Q2. A. How to create an interface? B. Why convert an applet to an application? Q3. A. How to use Media tracker Class. B. How to use string tokenizer class. Q4. A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on "The properties class" Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
Which is the better framework for web applications, struts or spring, and why?
What is a constructor?
VSS Objectives
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
What is the enumerator of the java collection framework? : java collections
What is difference between Application Server and Web Server?
Write a postfix expression to (a*(b+c/d)*d-e)
How is hashset maintained in memory by java ?
What is need of DAO? Write one simple DAO example?