how copy the hashmap object into arraylist at java program?
Answer Posted / deepak
new ArrayList(hashmap.values());
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What flag up means?
What is the purpose of the finalize() method?
What do you mean by local class?
How do you call a reference in java?
Define locale.
Explain the difference between association, aggregation and inheritance relationships.
How do you use compareto method?
Do I need java for windows 10?
How many digits is int32?
What does serializing data mean?
Can we split string with in java?
Difference between arraylist and vector.
What is an object in java and how is it created?
What do the thread?class methods run() and start() do?
Why is java not 100% pure oops?