單項(xiàng)選擇題流的傳遞方式是()

A. 并行的
B. 串行的
C. 并行和串行
D. 以上都不對(duì)


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題java中,實(shí)現(xiàn)通過網(wǎng)絡(luò)使用URL訪問對(duì)象的功能的流是()

A. URL輸入流
B. Sock輸入流
C. PipedInputStream輸入流
D. BufferedInputStream輸入流

4.單項(xiàng)選擇題當(dāng)處理的數(shù)據(jù)量很多,或向文件些很多次小數(shù)據(jù),一般使用()流

A.DataOutput
B.FileOutput
C.BufferedOutput
D.PipedOutput

5.單項(xiàng)選擇題下列不屬于FileInputStream輸入流的read()成員函數(shù)的是()

A. int read();
B. int read(byte b[]);
C. int read(byte b[],int offset,int len);
D. int read(int line);