题目:以下程序可否编译通过,如果不能,请指出其错误.public class Forest implements Serializable{private Tree tree = new Tree();,public static void main(String[] args){Forest f = new Forest();try{FileOutputStream fs = new FileOutputStream("Forest.Ser");ObjectOutputStream os=new FileOutputStream(fs);os.writeObject(f);os.close();}catch(Exception ex){ex.printStackTrace();}}}Public class Tree{}
答案:
<查看本题扣3积分>
答,不能 FileOutputStrea..... 查看答案
问题答案不对?抱歉,搜索引擎优化导致页面变化,请尝试站内搜索,远程教育试题库