A.MTU and speed must be configured under each unit.
B.Physical parameters such as MTU, duplex mode, and speed are configured under the interface name.
C.IP and IPv6 addresses are configured under a unit-number.
D.DLCI numbers, VPI/VCI values, and VLAN tags are physical parameters.
第1题:
下列复选框构造方法,错误的是 ( )
A.setLayout(new GridLayout(3,1));
B.add(new Checkbox("one",null,true));
C.add(new Checkbox("two"));
D.add(new Checkbox("one",true));
第2题:
A. show ip interface [interface] access-lists
B. show ip access-lists interface [interface]
C. show ip interface [interface]
D. show ip access-lists [interface]
第3题:
第4题:
下列复选框构造方法,错误的是()。
A.setLayout(newGridLayout(3,1));
B.add(newCheckbox("one",null,true));
C.add(newCheckbox("tWO");
D.add(newCheckbox("one",true);
第5题:
A.右键--Cellcontent--Properties
B.右键--Properties--Cellcontent
C.右键--Properties--双击Charts1选项进行参数选择
D.Properties--右键--双击Charts1选项进行参数选择
第6题:
下列关于interface的说法正确的是:
A.interface中可以有private方法
B.interface中可以有final方法
C.interface中可以有function实现
D.interface可以继承其他interface