Explain about version control?



Explain about version control?..

Answer / Ajai Kumar Dwivedi

Version control, also known as source control or revision control, is a system that tracks changes to files and directories over time. In Java development, version control systems like Git are used to manage multiple versions of a project, allowing developers to collaborate on the same codebase and maintain a history of changes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a lightweight component?

1 Answers  


Write a code to show a static variable?

1 Answers  


What is Overriding and how can it be used?

7 Answers   Consagous, Wipro,


What is jvm? How its run?

1 Answers  


How can we find the actual size of an object on the heap?

1 Answers  


Is string a datatype?

1 Answers  


What are the 4 types of characters?

1 Answers  


What is difference between array and arraylist in java?

1 Answers  


How many bits is a string in java?

1 Answers  


Can we modify the throws clause of the superclass method while overriding it in the subclass?

1 Answers  


Explain the concept of proper inheritance?

1 Answers   Thomson Reuters, Virtusa,


How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?

4 Answers   CTS, Satyam,


Categories