Have you used any version control ? if so explain about it?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the method overriding?
what do you mean by stream pipelining in java 8? Explain
what invokes a threads run() method? : Java thread
What are the types of inner classes (non-static nested class) used in java?
What environment variables do I need to set on my machine in order to be able to run java programs?
How are the elements of a gridbaglayout organized?
What is an interface in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
Explain the private protected method modifier?
What are invisible components?.
What do you understand by final value?
What does int [] mean in java?