List、Map、Set 三个接口,存取元素时,各有什么特
点?
第1题:
A.List接口继承自Collection接口,是单列集合
B.List集合中允许出现重复的元素
C.List集合存储元素是有序的,即元素的存入顺序和取出顺序一致
D.List集合中所有的元素是以二叉树方式进行存储的
第2题:
A. The map prohibits th e redistribution of all type 2 external OSPF routes.
B. All routes that do no match clauses 10 and 20 of the route map are redistributed with their tags set to 8.
C. The map prohibits the redistribution of all external OSPF routes with tag 6 set.
D. Th e map permits the redistribution of all type 1 external OSPF routes.
E. The map redistributes into EIGRP all routes that match the pfx prefix list and the five metric values?0000, 1000, 255, 1, and 1500.
F. The map prohibits the redistribution of all ty pe 2 external OSPF routes with tag 6 set.
第3题:
Collection有两个子接口分别是List和Set,List集合的特点是(),Set集合的特点是()
第4题:
关于Hibernate中关系的说话正确的是()
第5题:
关于java集合说法,哪几个是正确的()
第6题:
如何创建一个List或Set对象?使用它们存放数据时哪种对象不能存放重复元素?
第7题:
List,Set,Map是否继承自Collection接口?
第8题:
Which of these statements concerning the collection interfaces are true?()
第9题:
第10题:
第11题:
第12题:
( 难度:中等)关于容器下面说法正确的是? ( )
A.A:列表(List)和集合(Set)存放的元素都是可重复的
B.B:列表(List)和集合(Set)存放的元素都是不可重复的
C.C:映射(Map)<key,value>中key是可以重复的
D.D:映射(Map)<key,value>中value是可以重复的
答案:D
第13题:
A.access - list 1 permit 172.16.10.0 0.0.0.255 ! interface e0 ip policy route - map policy ! route - map policy permit 10 match ip address 1 set ip next - hop 1 72.16.14.4
B.access - list 1 permit 172.16.10.0 0.0.0.255 ! interface s0 ip policy route - map policy ! route - map policy permit 10 match ip address 1 set ip next - hop 172.16.12.3
C.access - list 1 permit 172.16.10.0 0.0.0.255 ! interface e0 ip polic y route - map policy ! route - map policy permit 10 match ip address 1 set ip next - hop 172.16.12.2
D.access -list 1 deny 172.16.10.0 0.0.0.255 ! interface s0 ip policy route - map policy ! route - map policy permit 10 match ip address 1 set ip next - hop 172.16.12.2
第14题:
A.prefix-list,route-map,filter-list,distributelist
B.route-map,filter-list,prefix-list,distribute-list
C.route-map,distribute-list,prefix-list,filter-list
D.filter-list,prefixlist,route-map,distributelist
E.distributelist,prefix-list,route-map,fitterlist
第15题:
What is the order of preference for these commands when all of them are applied to one neighbor in theBGP inbound filter direction?()
第16题:
以下有关集合的说法中,其中正确的是()
第17题:
集合中的List,Set,Map有什么区别
第18题:
关于集合框架特征,说法不正确的是()
第19题:
染色体的三个基本元素各有什么特点和功能?
第20题:
List接口的特点是哪项?()
第21题:
prefix-list, route-map, filter-list, distribute list
route-map, filter-list, prefix-list, distribute-list
route-map, distribute-list, prefix-list, filter-list
filter-list, prefix list, route-map, distribute list
distribute list, prefix-list, route-map, fitter list
第22题:
一对多必须用Set来映射
多对一必须用Set来映射
一对多可以用Set来映射,也可以用List、Map来映射
多对一必须用Set来映射,也可以用List、Map来映射
第23题:
不允许重复元素,元素有顺序
不允许重复元素,元素无顺序
允许重复元素,元素有顺序
允许重复元素,元素无顺序