【单选题】【消耗次数:1】
下列哪一个是Java系统的标准输入流对象( )。
System.out
System.in
System.exit
System.err
参考答案:
复制
纠错
相关题目
【判断题】 4.Java系统的标准输入对象是System.in,标准输出对象有两个,分别是标准输出System.out和标准错误输出System.err。( )
①  正确
②  错误
【单选题】 Java系统标准输出对象System.out使用的输出流是( )。
①  PrintStream
②  PrintWriter
③  DataOutputStream
④  FileReader
【判断题】 java.util.Scanner(System.in)可以接收用户从键盘输入的简单数据。
①  正确
②  错误
【单选题】 以下程序的运行结果是:( ) public class Increment{ public static void main(String args[]){ int c; c = 2; System.out.println(@@; System.out.println(c++); System.out.println(@@; } }
①  2 2 2
②  2 3 3
③  2 2 3
④  3 4 4
【单选题】 getCustomerInfo()方法如下,try中可以捕获三种类型的异常,如果在该方法运行中产生了一个IOException,将会输出什么结果( ) public void getCustomerInfo() { try { // do something that may cause an Exception } catch (java.io.FileNotFoundException ex){ System.out.print(FileNotFoundException!); } catch (java.io.IOException ex){ System.out.print(IOException!); } catch (java.lang.Exception ex){ System.out.print(Exception!); } }
①  IOException!
②  IOException!Exception!
③  FileNotFoundException!IOException!
④  FileNotFoundException!IOException!Exception!
【单选题】 System.out.println(5 + 2);的输出结果应该是( )。
①  52
②  7
③  2
④  5
【单选题】 The thieves _____ the possibility of the alarm system sounding
①  overtook
②  overcame
③  overlooked
④  overworked
【简答题】 要在一个类中包含System.Data命名空间的语句是[填空1]。
【判断题】 GIS是Geographiclnformation System的简称,即全球卫星定位系统。
①  正确
②  错误
【判断题】 printf()和 format()方法使用指定格式字符串和参数,将格式化字符串写入到PrintStream类型的输出流(System.out对象)中。
①  正确
②  错误
随机题目
【多选题】 关于摘要的输入,下列说法错误的是( )。
①  摘要要求简单明了
②  可以选择输入常用摘要
③  摘要只能出现在分录的第一行
④  摘要可以可以为空
【多选题】 下列关于记账操作,正确的是( )。
①  每月记账只能一次
②  每月记账可以多次
③  记账只能在月末进行
④  记账可以在月中进行
【多选题】 机制凭证是指( )。
①  由计算机自动生成的凭证
②  原始凭证
③  收款凭证
④  其他系统生成的凭证
【多选题】 计算机会计系统的数据处理流程与手工系统的数据处理流程相比较,一般具有以下特征( )。
①  基本流程有相似之处
②  完全不同
③  具体的处理环节不同
④  具体内容不同
【多选题】 计算机系统下,报表软件的工作流程包括( )。
①  报表格式设置
②  报表名称登记
③  报表编制
④  数据处理公式设置
【判断题】 账务处理子系统的初始设置一般由账套主管来进行。
①  正确
②  错误
【判断题】 记账操作每月只能在期末进行一次。
①  正确
②  错误
【判断题】 企业基础信息设置应遵从一定的顺序。
①  正确
②  错误
【判断题】 作废的凭证也可以被审核。
①  正确
②  错误
【判断题】 报表格式设置是实现计算机自动处理报表数据的关键步骤。
①  正确
②  错误