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
Can you explain the cs option of java interpreter?
What is a char in java?
What is role of void keyword in declaring functions?
Write a program to find maximum and minimum number in array?
What's the difference between int and integer in java?
what do you mean by classloader in java?
What are thread local variables?
Why should I use abstract class?
What is balanced tree in java?
can any body body expalin best definitions & best real time exaples for opps concepts.
Is java util list serializable?
How do you escape json?
Why do we need singleton class?
How to Sort Strings which are given in List and display in ascending order without using java api.
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.