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

How would you dynamically allocate memory to an array?

0 Answers   Atos Origin,


why abstract class does not have object creation

6 Answers   Value Labs,


If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?

0 Answers   Wipro,


What do you mean by exception handling in Java?

0 Answers   Atos Origin,


What is meant by controls and types?

1 Answers  






Explain different types of thread priorities ?

0 Answers  


How many bytes is 255 characters?

0 Answers  


Explain about vector, dictionary,hash table, property classes?

1 Answers   Patni,


Differences between jdk 1.4 and 1.5

6 Answers   SoftSol, TCS, Wipro,


A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet

3 Answers  


take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

0 Answers  


what is meant by abstract class?

0 Answers   Aspire,


Categories