单选题file()A锉B扳手C钻D凿子

单选题
file()
A

B

扳手

C

D

凿子


参考解析

解析: 暂无解析

相关考题:

以下哪些命令能找到文件file1和file2不同之处并显示出来:() A. cmp file1 file2B. diff file1 file2C. more file1 file2

下面创建一个新文件对象方法错误的是( )。A.File myFile; myFile=new File("mulu/file");B.File myFile=new File();C.myFile=new FileC/mulu","filel");D.File myDir=new file("/mulu"); myFile=new File(Dir, "filer');

请选择下面File参数书写正确的一项( )。A.File("d:\\file\test3.txt")B.File("d:\\file\\test3.txt")C.File("d:\file\test3.txt")D.File("d:\file\\test3.txt")

执行下列命令后,当前打开的表文件名是()Number=“3”File= “file”+Numberuse&File A、File3B、&FileC、FileNumberD、File

What will a new Ezonexam router do during startup if a configuration file is not located in NVRAM?A.It will search for the configuration file in the locations specified by boot system commands.B.It will search for the configuration file in flash and if no configuration file is found there, it will enter the setup dialog.C.It will search for the configuration file on a TFTP server and if no configuration file is found there, it will enter the setup dialog.D.It will search for the configuration file in flash and if no configuration file is found there, it will load a limited configuration file from ROM.E.It will search for the configuration file on a TFTP server and if no configuration file is found there, it will load a limited configuration file from ROM.

The(72)turns the source file into an object file and the(73)turns the object file into an executable file.A.translatorB.compilerC.interpreterD.linker

命令cat file1 file2 file3把file1和file2组合成file3。

UNIX系统命令cat file1file2功能是()。A、将文件file2的内容添加到文件file1的末尾B、将文件file1的内容添加到文件file2的末尾C、连接文件file1和file2D、显示文件file1和file2

Which file characteristic cannot be used in the Cisco IronPort Data Security policies?() A、 file typeB、 file sizeC、 file ageD、 file name

What will a router do during startup if a configuration file is not located in NVRAM?()A、it will search for the configuration file in the locations specified by boot system commands.B、it will search for the configuration file in flash and if no configuration file is found there, it will enter the setup dialog.C、it will search for the configuration file on a TFTP server and if no configuration file is found there, it will enter the setup dialog.D、it will search for the configuration file in flash and if no configuration file is found there, it will load a limited configuration file from ROM.E、it will search for the configuration file on a TFTP server and if no configuration file is found there, it will load a limited configuration file from ROM.

Which two construct an OutputSream that appends to the file “file.txt”? ()A、 OutputStream out=new FileOutputStream(“file.txt”);B、 OutputStream out=new FileOutputStream(“file.txt”, “append”);C、 FileOutputStream out=new FileOutputStream(“file.txt”, true);D、 FileOutputStream out=new FileOutputStream(new file(“file.txt”));E、 OutputStream out=new FileOutputStream(new File(“file.txt”)true);

为文件c:/java/example/file.txt建立File对象file1可以采用()语句序列。A、File file 1=new File(“c://java//example//file.txt”)B、String path=”c:/java/example/”Filefile1=newFile(path,”oldfile.txt”)C、File dir 1=new File(“c://java//example”)Filefile1=newFile(dir1,”oldfile.txt”)D、File file 1=new File(“c:/java//example/file.txt”)

编译Java程序file.java后生成的程序是()。A、file.htmlB、File.classC、file.classD、file.jar

如果要将文件名file1修改为file2,下列命令()可以实现。A、cp file1file2B、mv file1file2C、ls file1file2D、ll file1file2

Which of the following will occur if an operator types the command vi file.out?()A、If the file exists it will be opened for editing. If the file does not exist an error message will be displayed.B、If the file exists it will be opened for editing. If the file does not exist a new file with the name file.out will be created and opened for editing.C、If the file exists an error message will be displayed. If the file does not exist a new file with the name file.out will be created and opened for editing.D、If the file exists the operator will be asked whether to open the file or overwrite the file. If the file does not exist a new file with the name file.out will be created and opened for editing.

Which gets the name of the parent directory file “file.txt”?()A、 String name= File.getParentName(“file.txt”);B、 String name= (new File(“file.txt”)).getParent();C、 String name = (new File(“file.txt”)).getParentName();D、 String name= (new File(“file.txt”)).getParentFile();E、 Directory dir=(new File (“file.txt”)).getParentDir();  String name= dir.getName();

The file “file.txt” exists on the file system and contsins ASCII text.  Given:   try {   File f = new File(“file.txt”);    OutputStream out = new FileOutputStream(f, true);   }    catch (IOException) {}   What is the result?()A、 The code does not compile.B、 The code runs and no change is made to the file.C、 The code runs and sets the length of the file to 0.D、 An exception is thrown because the file is not closed.E、 The code runs and deletes the file from the file system.

单选题You backed up the control file to trace. Which statement is true about the trace file generated?()AThe trace file is in binary format.BThe trace file has a SQL script to re-create the control file.CThe trace file is a backup set created during the backup of the control file. DThe trace file contains the instructions to manually re-create the control file.EThe trace file is an image copy of the control file created during the backup of the control file.

单选题UNIX系统命令cat file1file2功能是()。A将文件file2的内容添加到文件file1的末尾B将文件file1的内容添加到文件file2的末尾C连接文件file1和file2D显示文件file1和file2

单选题The file “file.txt” exists on the file system and contsins ASCII text.  Given:   try {   File f = new File(“file.txt”);    OutputStream out = new FileOutputStream(f, true);   }    catch (IOException) {}   What is the result?()A The code does not compile.B The code runs and no change is made to the file.C The code runs and sets the length of the file to 0.D An exception is thrown because the file is not closed.E The code runs and deletes the file from the file system.

单选题Which gets the name of the parent directory file “file.txt”?()A String name= File.getParentName(“file.txt”);B String name= (new File(“file.txt”)).getParent();C String name = (new File(“file.txt”)).getParentName();D String name= (new File(“file.txt”)).getParentFile();E Directory dir=(new File (“file.txt”)).getParentDir();  String name= dir.getName();

单选题欲把当前目录下的 file1.txt 复制为 file2.txt,正确的命令是()。Acopy file1.txt file2.txtBcp file1.txt fle2.txtCcat file2.txt file1.txtDcat file1.txt〉 file2.txt

多选题Which two create an InputStream and open file the “file.txt” for reading? ()AInputStream in=new FileReader(“file.txt”);BInputStream in=new FileInputStream(“file.txt”);CInputStream in=new InputStreamFileReader (“file.txt”, “read”);DFileInputStream in=new FileReader(new File(“file.txt”));EFileInputStream in=new FileInputStream(new File(“file.txt”));

单选题What is the name of the file that is used to provide the configuration setting in unattended mode?()AAnswer file.BStartup file.CUnattended configuration file.DNetwork file.

单选题Which of the following will occur if an operator types the command vi file.out?()AIf the file exists it will be opened for editing. If the file does not exist an error message will be displayed.BIf the file exists it will be opened for editing. If the file does not exist a new file with the name file.out will be created and opened for editing.CIf the file exists an error message will be displayed. If the file does not exist a new file with the name file.out will be created and opened for editing.DIf the file exists the operator will be asked whether to open the file or overwrite the file. If the file does not exist a new file with the name file.out will be created and opened for editing.

单选题The character mode sales report is stored on the network drive as a .REX. You need to make changes to the report layout. Using the report builder how would you change this file?()AOpen the file using the menu option file-open make the changes and recompile the report. BConvert the file into .REP file using the report compiler make the changes and convert the file back to a .REX file. CExecute the R30CONV command to convert the file to a .RDF file, make the changes and convert the file back to a .REX file. DChoose file - administration-compile. Convert the file to a .REP file, make the changes and convert the file back to a .REX file. EExecute the R30CONV command to convert the file to a .REP file, make the changes and convert the file back to a .REX file.

单选题Which file characteristic cannot be used in the Cisco IronPort Data Security policies?()A file typeB file sizeC file ageD file name

判断题命令cat file1 file2 file3把file1和file2组合成file3。A对B错