【单选题】【消耗次数:1】
如果要向文件file.txt中添加数据,应如何构建输出流()。
OutputStream out=new FileOutputStream(“file.txt”);
OutputStream out=new FileOutputStream(“file.txt”, “append”);
FileOutputStream out=new FileOutputStream(“file.txt”, true);
FileOutputStream out=new FileOutputStream(new file(“file.txt”));
参考答案:
复制
纠错
相关题目
【单选题】 对下面程序描述正确的是()。#includestdio.h#includestdlib.hvoidmain(){FILE*in,*out;if((in=fopen("file1.txt","a+"))==NULL){printf("cannotopenfile1\n");exit(0);}if((out=fopen("file2.txt","a+"))==NULL){printf("cannotopenfile2\n");exit(0);}while(!feof(out))fputc(fgetc(out),in);fclose(in);fclose(out);}
①  程序实现在屏幕上显示磁盘文件file1.txt的内容
②  程序实现将磁盘文件file2.txt复制到磁盘文件file1.txt
③  程序实现将两个磁盘文件file1.txt和file2.txt的内容合二为一
④  程序实现在屏幕上显示磁盘文件file2.txt的内容
【单选题】 下面的程序段创建了BufferedReader类的对象in,以便读取本机c盘my文件夹下的文件1.txt。File构造函数中正确的路径和文件名的表示是( )。 File f = new File(填代码处); file =new FileReader(f); in=new BufferedReader(file);
①  ./1.txt
②  ../my/1.txt
③  c:\\my\\1.txt
④  c:\ my\1.txt
【单选题】 RandomAccessFile raf2 = new RandomAccessFile(1.txt,rw ); 语句的功能是( )。
①  打开当前目录下的文件1.txt,既可以向文件写数据,也可以从文件读数据
②  打开当前目录下的文件1.txt,但只能向文件写入数据,不能从文件读取数据
③  打开当前目录下的文件1.txt,但不能向文件写入数据,只能从文件读取数据
④  以上说法都不对
【单选题】 Brian laid out a new scheme in [] to customer demand.
①  respond
②  response
【单选题】 以下程序运行后,文件test.txt的内容是()。#includestdio.hmain(){FILE*fp;charstr[][10]={"first","second"};fp=fopen("test.txt","w");if(fp!=NULL)fprintf(fp,"%s",str[0]);fclose(fp);fp=fopen("test.txt","w");if(fp!=NULL)fprintf(fp,"%s",str[1]);fclose(fp);}
①  first
②  second
③  firstsecond
④  secondfirst
【单选题】 文本文件quiz.txt的内容为"Programming"(不包含引号),以下程序段的运行结果是()。FILE*fp;char*str;if((fp=fopen("quiz.txt","r"))!=NULL)str=fgets(str,7,fp);printf("%s",str);
①  Progr
②  Progra
③  Program
④  Programming
【单选题】 对于以下程序,说法正确的是()。#includestdio.hmain(){FILE*fp;fp=fopen("quiz.txt","w");if(fp!=NULL){fprintf(fp,"%s\n","success!");fclose(fp);printf("ok!");}}
①  程序运行后,当前工作目录下存在quiz.txt文件,其中的内容是"ok!"
②  程序运行后,当前工作目录下存在quiz.txt文件,其中的内容是"success!"
③  程序运行之前,当前工作目录下一定不存在quiz.txt文件
④  程序运行之前,当前工作目录下一定存在quiz.txt文件
【单选题】 It was for this reason ___ her uncle moved out of New York and settled down in a small village.
①  which
②  why
③  that
④  how
【单选题】 A survey was carried out on the death rate of new born babies in that region,________were surprising.
①  as results
②  which results
③  the results of it
④  the results of which
【单选题】 在Windows7中,文件名MM.txt和mm.txt()。
①  是同一个文件
②  不确定
③  是两个文件
④  文件相同但内容不同
随机题目
【判断题】 扫描轨迹的起始点不可以改变。
①  正确
②  错误
【判断题】 在装配体中,各种零件都可以重新排序。
①  正确
②  错误
【判断题】 使用Pro/E时,计算机的虚拟存设得越大越好。
①  正确
②  错误
【判断题】 想使Pro/E软件显示为中文界面,需要设置环境变量“lang”=“chs”。
①  正确
②  错误
【判断题】 使用填充阵列时,实例之间的距离可以调整。
①  正确
②  错误
【判断题】 螺旋扫描必须要草绘中心线作为轴线。
①  正确
②  错误
【单选题】 保存工程图时,默认的文件扩展名为( )。
①  .dwg
②  .sec1
③  .drw
④  .prt
【单选题】 69. 扫描混合需要创建( )
①  一条轨迹线
②  一条曲线
③  多个截面
④  一条轨迹线和多个截面
【单选题】 工程图中控制公差显示的选项是( )
①  tol_display
②  text_height_factor
③  thread_standard
④  show_total_unfold_seam
【单选题】 孔特征的放置类型有( )种。
①  1
②  2
③  3
④  4