VSS Objectives
Answer / vidhya
1. To maintain latest version of files.
2. One can ensure that he/she is working on the latest file.
3. As we have Checkin/checkout option, one can checkouot
and work on a particular file and after doing changes file
can be checkedin. Till then we can make sure that no1 elase
has done any changes in that file as it has been checked
out.
4. Need not take individual backup of the work done if we
have the process of checking in the file at EOD under the
assurance VSS is taken periodical backup.
5. Rights for particular folders can be restricted by
definfiing group of users only Read Access.
| Is This Answer Correct ? | 1 Yes | 0 No |
can u draw class/object diagram for ATM
0 Answers HCL, Zycus Infotech,
What are the main classes of the list interfaces? : java collections
What is java collection? : java collections
What is the servletcontext listener and what is JspContext and page context pls tell in simple words.
Explain JSP life cycle?
what is hibernate ceteria ?
What are the different types of classes implemented in the set interfaces? : java collections
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;
What are the different types of ways where you can iterate over a list? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }
Can any one tell me How to explain bank project desription in interview