What is the function of the copy(List dest, List src) method of the Collections class? Data Structures What is the function of the copy(List<T> dest, List<T> src) method of the Collections class? Answer: Copies the elements from the src class to the dest class, preserving their order and position. Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.