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

When should I use abstract classes and when should I use interfaces?

2 Answers  


Hi friends, i am new to java. can you explain how java is secured.

2 Answers  


what are the difference between Java and .Net?

5 Answers  


difference throws and throw in java

3 Answers  


What is java util hashmap?

0 Answers  






What is difference between module and function?

0 Answers  


How do you create a reference in java?

0 Answers  


What is a newline character in java?

0 Answers  


Program to find greatest prime number in n numbers?

3 Answers   Huawei,


What is java ceil?

0 Answers  


what is Portal(web based online portal)?

2 Answers   AIG,


This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?

3 Answers  


Categories