网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
在J2EE中,用JAXP转化XML文档,可以创建输出流把数据输出到屏幕上,以下创建该输出流的代码是()
- A、 Stream result = stream.newStream(System.out)
- B、 StreamResult result = new StreamResult(System.out)
- C、 Stream result = new Stream(System.out)
- D、 StreamResult result = DOMSource.newStreamResult(System.out)
参考答案
更多 “在J2EE中,用JAXP转化XML文档,可以创建输出流把数据输出到屏幕上,以下创建该输出流的代码是() A、 Stream result = stream.newStream(System.out)B、 StreamResult result = new StreamResult(System.out)C、 Stream result = new Stream(System.out)D、 StreamResult result = DOMSource.newStreamResult(System.out)” 相关考题
考题
在J2EE中,用JAXP转化XML文档,可以创建输出流把数据输出到屏幕上,以下创建该输出流的代码是()。
A.Streamresult=stream.newStream(System.out);B.StreamResultresult=newStreamResult(System.out);C.Streamresult=newStream(System.out);D.StreamResultresult=DOMSource.newStreamResult(System.out);
考题
在J2EE中,某一java程序中有如下代码:DataInputStream din=new DataInputStream(new BufferedInputStream(new FileInputStream("employee.dat")));System.out.print(din.readByte());假设在employee.dat文件中只有如下一段字符:abcdefg。则:System.out在屏幕上打印()。A.aB.bC.97D.98
考题
在j2ee中,某一Java程序中有如下代码:DataInputStreamdin=newDataInputStream(newBufferedInputStream(newFileInputStream(employee.dat)));System.out.print(din.readByte());假设在employee.dat文件中只有如下一段字符:abcdefg.则:System.out在屏幕上打印()A.aB.bC.97D.98
考题
下面程序段的输出结果是( )。 public class Test { public static void main ( String[] args) { int result=0; for ( int i=1;i<=5;i++) { if ( i%2==0 ) continue; result + =i; } System. out. println ("result is " + result ); } }A.result is 7B.result is 8C.result is 9D.result is 10
考题
下列程序中,要求输出一个特定文件(这里是ex1.java)的相关信息,包括文件的名字,相对路径以及文件的长度。请将程序补充完整。程序运行结果如下:name:ex1.javapath:ex1.javalength:299注意:不改动程序结构,不得增行或删行。import java.io.*;public class ex1{public static void main(String[] args){File filel=new File("ex1.java");System.out println("name:"+file1.______);System.out println("path:"+file1.______);System.out println("length:"+file1.______);}}
考题
在J2EE中,下面的代码中出现编译错误的是()。A.Filef=newFile("/","autoexec.bat");B.DataInput Streamdin=new Data Input Stream(new File Input Stream("autoexec.bat"));C.Input Stream Readerin=new Input Stream Reader(System.in);D.Output Stream Writer out=new Output Stream Writer(System.in);
考题
写出下面程序的输出( )。 public class Test { public static void main (String args[ ]) { iht x=1, y=2; System. out. println ("result="+x+y); System. out. println ("result="+(x+y));A.result=12 result=12B.result=3 result=3C.result=3 result=12D.result=12 result=3
考题
有如下程序: public class MethLoad { public static void main(String args[]) { MethLoad classObj=new MethLoad(); classObj.methtest(4); classObj.methtest(0); } void methtest(double d) { double sum=2*d; System.out.println("The result is:"+sum); } void methtest(int n) { int sum=4*n; System.out.println("The result is:" +sum); } }程序的运行结果为( )。A.The result is:16 The result is:0B.The result is:0 The result is:16C.The result is:8 The result is:0D.The result is:0 The result is:8
考题
以下代码的输出结果是() while(1) { $var++; $result=$var; if($result==17)break; $var--; } echo($result);A、0B、17C、18D、这是一个无限循环,没有输出
考题
关于Java的标准输入输出流,下列哪一项是不正确的()A、System.out和System.in分别用来处理标准输出和输入B、标准输入和输出均只针对计算机键盘和屏幕C、Java对输入和输出编程均要求强制异常保护D、只有一个标准输入流
考题
单选题在J2EE中,用JAXP转化XML文档,可以创建输出流把数据输出到屏幕上,以下创建该输出流的代码是()A
Stream result = stream.newStream(System.out)B
StreamResult result = new StreamResult(System.out)C
Stream result = new Stream(System.out)D
StreamResult result = DOMSource.newStreamResult(System.out)
考题
单选题在j2ee中,某一Java程序中有如下代码: DataInputStream din =new DataInputStream(new BufferedInputStream(new FileInputStream("employee.dat"))); System.out.print(din.readByte()); 假设在employee.dat文件中只有如下一段字符:abcdefg.则:System.out在屏幕上打印()A
aB
bC
97D
98
考题
单选题以下代码的输出结果是() while(1) { $var++; $result=$var; if($result==17)break; $var--; } echo($result);A
0B
17C
18D
这是一个无限循环,没有输出
考题
单选题在J2EE中,某一java程序中有如下代码: DataInputStream din=new DataInputStream(new BufferedInputStream (new FileInputStream("employee.dat"))); System.out.print(din.readByte()); 假设在employee.dat文件中只有如下一段字符:abcdefg。则:System.out在屏幕上打印()。A
aB
bC
97D
98
考题
单选题在J2EE中,用JAXP转化XML文档,可以创建输出流把数据输出到屏幕上,以下创建该输出流的代码是()。A
Stream result = stream.newStream(System.out);B
StreamResult result = new StreamResult(System.out);C
Stream result = new Stream(System.out);D
StreamResult result = DOMSource.newStreamResult(System.out);
热门标签
最新试卷