Have you used any version control ? if so explain about it?
Answers were Sorted based on User's Feedback
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 |
What is replaceall in java?
What is vector?
What is the simpletimezone class in java programming?
Which one will take more memory: an int or integer?
What is instance example?
What are constants?
What is the purpose of garbage collection in java?
Howmany number of objects we can store in an ArrayList. Is there any limit?
what are the jsp tags with example?
How to create a fecelet view?
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.