A. aaa domain-map
B. radius attributes
C. tunnel groups
D. tunnel services profile
E. l2tp destination profile
第1题:
Despite the wonderful acting and well-developed plot the _________ movie could not hold our attention.
A) three-hours B) three-hour
C) three-hours’ D) three-hour’s
选B
用破折号连接的作形容词不用复数.
第2题:
A.064Tunnel-Type
B.066Tunnel-Client-Endpoint
C.067Tunnel-Server-Endpoint
D.081Tunnel-Private-Group-ID
E.082Tunnel-Assignment-ID
F.083Tunnel-Preference
第3题:
下面能正确表示L2TP数据包封装格式的?
A.IP |UDP |L2TP | PPP
B.IP |TCP |L2TP | PPP
C.IP |L2TP |TCP | PPP
D.IP |L2TP |UDP | PPP
第4题:
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two
A.two.three.
B.two
C.three
D.value is 2
第5题:
下列关于apply方法说法正确的是()。
A.apply方法是对DataFrame每一个元素应用某个函数的
B.apply方法能够实现所有aggregate方法的功能
C.apply方法和map方法都能够进行聚合操作
D.apply方法只能够对行列进行操作
第6题:
以下哪个标签实现了switch功能()。
A.<c:if>
B.<c:switch>
C.<c:choose>与<c:when>
D.<c:case>