教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 实用模板 >

Java程序上机练习题(10)

来源:网络收集 时间:2026-08-03
导读: dis = new DataInputStream( in ); } public void run( ) {//重写线程类的方法,线程启动后将执行该方法 try {//接收输出管道发送的数据: int x; for(int i=0;i catch( IOException e ) { System.out.println( e )

dis = new DataInputStream( in );

}

public void run( ) {//重写线程类的方法,线程启动后将执行该方法 try {//接收输出管道发送的数据:

int x; for(int i=0;i<5;i++) { x=dis.readInt(); }

catch( IOException e ) { System.out.println( e ); }

sum+=x;

System.out.println(\第\次接收数据:\

+x+\接收数据的和:\

try {sleep(1000);} catch(InterruptedException e) { } }

dis.close( );//关闭流

} }

8.使用RandomAccessFile类及其方法。 import java.io.*; public class Class1 {

public static void main( String[ ] args ) { try

{

//以随机方式写入数据

RandomAccessFile out = new RandomAccessFile( \out.writeInt(12345);//4 out.writeChar('A');//2 out.writeBoolean(true);//1 out.writeUTF(\程序设计\

//显示字符‘A' 和”程序设计“ }

catch( IOException e ) {

out.seek(4);

System.out.println(out.readChar()); out.skipBytes(1);//out.seek(7); System.out.println(out.readUTF()); System.out.println(out.getFilePointer()); System.out.println(out.length()); out.close();

System.in.read();

Java程序上机练习题(10).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/520002.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)