Have you used any version control ? if so explain about it?

Answers were Sorted based on User's Feedback



Have you used any version control ? if so explain about it?..

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

Have you used any version control ? if so explain about it?..

Answer / therathna

It is depending on the company.


naturally if u have any modification on the application

at first u provide name as app1.1

at second u provide name as app1.11

like that

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is the parse method in java?

0 Answers  


What is the difference between Static and final?

1 Answers  


Urgent requirement of JAVA/.NET/QA in a CMMI level3 MNC for Pune location.

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


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?

2 Answers  


Describe 2 different ways to concatenate two strings.

0 Answers   TCS,


What is Servlet?

8 Answers  


What is static import in java?

0 Answers  


What is annotation in java?

0 Answers  


What is the default modifier in Interface?

5 Answers  


How do you compare objects in java?

0 Answers  


What is isa relationship?

0 Answers  


Categories