GDP一般指市场活动所导致的价值,诸如家务劳动、自给自足生产等非市场活动不计入 GDP中。( )
参考答案:对
下面是一个Applet程序,其功能是建立一个图形用户界面的窗口,包括一个文本显示区和一个按钮,点击按钮,可以在文本区已有的文本基础上追加显示10条"Welcome to the NCR Examination!"信息,并且文本区由滚动条控制文本的上下滚动。请改正程序中的错误(有下划线的语句),使程序能输出正确的结果。 注意:不改动程序的结构,不得增行或删行。 源程序文件代码清单如下: import javax.swing.*; import java.awt.*; import java.awt.event.*; /*<applet code="ex13_3.class" width=800 height=400 ></applet> */ public class ex13_3 extends JApplet JButton jb = new JButton("Add Text");JTextPane jtp = new JTextPane();public void init() jb.addActionListener(new ActionListener() public void actionPerformed(ActionEvent e) for(int i = 1; i < 10; i++) jtp.geText(jtp.setText() + "Welcome to the NCR Examination!\n"); ); Container cp = getContentPane(); cp.add(new JScrollPane(jtp)); cp.add(BorderLayout. SOUTH, jtp);public static void main(String[] args) ex13_3 objl3_3=new ex13_3(); String str = obj13_3.getClass().toString(); if(str.indexOf("class") != -1) str= str.substring(6); JFrame frm = new JFrame(str); frm.addWindowListener(new WindowAdapter() public void windowClosing(WindowEvent we)System.exit(O); ); frm.getContentPane().add(ex13_3); frm.setSize(300, 400); frm.setVisible(true); ex13_3.html <HTML> <HEAD><TITLE>ex13_3</TITLE> </HEAD> <BODY><applet code="ex13_3.class" width=800 height=400 ></applet> </BODY> </HTML>
A professional degree will () an average annual income of about twice that of college graduates.
A.feellike
B.resultin
C.holdon
D.keepto