; B、"employee.dat" C、PrintWriter out D、BufferedWriter 7 在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是 A 。 A、static boolean matches() B、boolean matcher.find() C、int matcher.start() D、int matcher.end() 8 下列内部类的正确用途是 B 。 btnn.addActionListener(new ActionListener() //注册监听器 { public void actionPerformed(ActionEvent event) { String s=input.getText(); output.setText("Hello"+s+",Welcome You!"; } }) A、用于访问外部类的数据 B、用于进行事件处理 C、隐藏起来不被同一包中的其他类所见 D、生成事件适配器 9 下面程序段: boolean a=false; boolean b=true; boolean c=(a&&b)&&(!b); boolean result =(a&b)&(!b); 执行完后,正确的结果是 A 。 A、c=false;result=false B、c=true;result=true C、c=true;result=false D、c=false;result=true 10 下列属于正则表达式的是___D___。 A、一个数组 B、一组二进制数据 C、一个字符串 D、一个公式 11 下列关于Applet的叙述中,错误的 上一页 [1] [2] [3] [4] 下一页
客服电话
客服电话:15690043855
|