Have you used any version control ? if so explain about it?
Answer Posted / prashant
In my opinion this question this question has nothing to do with Java. Version control of any software is very much essential. As new feature gets added into the software it has to be documented properly. Also many of the times 100s of developers work on a single product. To keep the consistency and get a fine tuned product version controling tools comes into the picture. So far I have used Tortoise and P4V. Hope this answer will help you.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a void method?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is a platform?
Write code to implement bubble sort in java?
Can we declare a constructor as final?
Which is the class in java?
Can anonymous class have constructor?
What are methods?
What is java util concurrentmodificationexception?
What is sorting in java?
What do you mean by thread safe?
How we can declare a static variable?
Can we sort hashset in java?
What does .equals do in java?
What is an infinite loop in java? Explain with an example.