Have you used any version control ? if so explain about it?
Answer Posted / 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 View All Answers
What is balanced tree in java?
What is a singleton class? Give a practical example of its usage.
Differentiate between nested and inner class in java.
Can constructor be inherited?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is a variable analysis?
What is collection class in java?
Can a class declared as private be accessed outside it’s package?
What is the original name of java?
What is passing parameters in java?
Why hashcode is used in java?
What is data member in java?
How can an object be unreferenced?
Can classes declared using the abstract keyword cab be instantiated?
Can we declare register variable as global?