Can you explain the meaning of aggregation and composition
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between interpreter and compiling ?
Define class?
Explain what access modifiers can be used for variables?
strings in java are objects.why?
Tell me about your ability to work under pressure
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.
What is the use of isempty in java?
What is vector capacity in java?
What is an abstract class?
What is natural ordering in java?
What method is used to compare two strings ?
What is a heavyweight component?