2011年6月24日

摘要: package com.ncut;public class ReferencePass {public static void main(String[] args) {Tree tree =new Tree(10);System.out.println("调用pass方法前:");System.out.println(tree);pass(tree);System.out.println("调用pass方法后:");System.out.println(tree);}public static void pass(Tree t) {t=new Tree 阅读全文
posted @ 2011-06-24 11:15 h2内存数据库 阅读(1588) 评论(0) 推荐(0) 编辑

导航