Answer Posted / 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 |
Post New Answer View All Answers
What is the Spring2.5 MVC Navigation flow?
How is hashset maintained in memory by java ?
What are the different types of collections views being provided by the map interface? : java collections
What are the classes in the java collection framework? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
What are the types of java collections? : java collections
How do I find jre path in windows?
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.
please mail me the interview question based on java/j2ee
What is the difference between comparable and comparator in java.util pkg?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
Which interface does java.util.hashtable implement?
Which sorting algorithm is used by collections.sort() in java ?
What is iterator in the java collections framework? : java collections
What is an algorithm in java collection framework? : java collections