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 |
What is a lightweight component?
Write a code to show a static variable?
What is Overriding and how can it be used?
What is jvm? How its run?
How can we find the actual size of an object on the heap?
Is string a datatype?
What are the 4 types of characters?
What is difference between array and arraylist in java?
How many bits is a string in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
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...?