题目一You need to store elements in a collection that guarantees that no duplicates are stored and all elements can be access in nature order, which interface provies that capabiliy? A. java.util.Map B. java.util.Collection C. java.util.List D. java.util.Set答案 D题目二 List, Set, Map是否继承自Collection接口,它们有什么区别?