What is the function of the copy(Map map) method of the Map interface?

What is the function of the copy(Map<K,V> map) method of the Map interface?



Answer: converts the provided Map into an unmodifiable one.


Learn More :

Data Structures

Learn More Multiple Choice Question :