网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Label或者Message可以用于用户输入
参考答案和解析
D
更多 “Label或者Message可以用于用户输入” 相关考题
考题
对于用户提交订单前更正输入错误的请求,电子商务经营者应当承担的义务是:A.保证用户可以更正输入错误;B.代替用户更正输入错误;C.禁止用户更正输入错误;D.与用户约定是否可以更正输入错误。
考题
假设你正在为应用系统设计一个Java图形用户界面(GUI),需要能输入多行文本信息,下列组件中最能满足这个要求的是( )。
A、TextFieldB、TextAreaC、CheckboxD、Label
考题
在程序中,使用适当的布局管理器,在Frame框的North位置添加一句提示信息,在South位置添加一个单行文本框,在这个文本框中输入的内容将会显示在Center位置。运行结果如下图所示。注意:请勿修改main()主方法和其他已有语句内容,仅在横线处填入适当语句。import java.awt.*;import java.awt.event.*;public class simple extends Frame{public static void main(String[] args){simple frame=new simple("simple");frame.init();frame.setSize(300,300);frame.show();}public simple(String name){super(name);addWindowListener(new WindowAdapter(){ public void windowClosing(WindowEvent e){______;}} );}public void init(){setLayout(new______);Label labelTitle=new Label("在本文框中输入字符串, 可以早Frame中间显示");Label showTextLabel=new Label();TextField textField=new TextField("请在这里输入字符串");textField.addActionListener(new AddStringListener(showTextLabel,textField));add("North", labelTitle);add("Center", showTextLabel);add("South", textField);}}class AddStringListener implements ActionListener{Label label;TextField textField;public AddStringListener(Label label, TextField textField){this.label=label;this.textField=textField;}public void actionperformed(ActionEvent e){label.setText(textField.getText());}}
考题
用InputBox函数设计的对话框,其功能是A.只能接收用户输人的数据,但不会返回任何信息B.能接收用户输入的数据,并能返回用户输入的信息C.既能用于接收用户输入的信息,又能用于输出信息D.专门用于输出信息
考题
What are three valid LDP message types? ()(Choose three.)
A. peer discoveryB. label distributionC. path initializationD. session managementE. connection establishment
考题
A router receives a packet from a neighbor with an MPLS shim header value of 0.What does the router do with this packet?()
A. It performs a label pop operation and an IP lookup.B. It performs a label swap operation and an IP lookup.C. It sends an error message toward the egress router.D. It sends an error message toward the ingress router.
考题
用InputBox函数设计的对话框,其功能是A.能接收用户输入的数据,但不会返回任何信息B.能接收用户输入的数据,并能返回用户输入的信息C.既能用于接收用户输入的信息,又能用于输出信息D.专门用于输出信息
考题
以下对于协议分析仪Label命令描述不正确的一项是()。A、使用Label可以在程序执行过程中加上条件分支B、使用Label可以提供程序循环的能力C、Label总是附带一个相关的数D、Label指令可以插入在程序的任意位置
考题
What are three valid LDP message types? ()(Choose three.)A、peer discoveryB、label distributionC、path initializationD、session managementE、connection establishment
考题
MPLS需要LDP/TDP,是因为:()A、MPLS可以需要LDP/TDP,也可以不需要,是可以选择的B、LDP/TDP是转发机制,用于转发带标记数据包(Labeled packet)C、LDP/TDP用于分配MPLS VPN的标记(label)D、LDP/TDP用于交换分配给IP目的的标记(label)
考题
A router receives a packet from a neighbor with an MPLS shim header value of 0.What does the router do with this packet?()A、It performs a label pop operation and an IP lookup.B、It performs a label swap operation and an IP lookup.C、It sends an error message toward the egress router.D、It sends an error message toward the ingress router.
考题
LDP环路检测机制可以防止无限循环发送以下哪个报文()。A、KeepAlive MessageB、Address MessageC、Label Mapping MessageD、Label Request Message
考题
以下消息类型属于LDP协议中Advertisement message的是()。A、AddressB、Label MappingC、Label RequestD、Label AbortRequest
考题
以下对于协议分析仪Label命令描述正确的一项是()。A、当在一个用户程序中插入新的Label时,就分配下一个增大的数B、只能在end语句前插入LabelC、只能在前面的写的语句之间加LabelD、当光标移至Label行时,可以创建程序块也可以编辑现有程序块
考题
单选题A router receives a packet from a neighbor with an MPLS shim header value of 0.What does the router do with this packet?()A
It performs a label pop operation and an IP lookup.B
It performs a label swap operation and an IP lookup.C
It sends an error message toward the egress router.D
It sends an error message toward the ingress router.
热门标签
最新试卷