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 parse method in java?
What is the difference between Static and final?
Urgent requirement of JAVA/.NET/QA in a CMMI level3 MNC for Pune location.
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?
Describe 2 different ways to concatenate two strings.
What is Servlet?
What is static import in java?
What is annotation in java?
What is the default modifier in Interface?
How do you compare objects in java?
What is isa relationship?