java安全性编程实例电子版书附源码,是网络安全编程者不可多得的好书

源代码在线查看: test1.java

软件大小: 2426 K
上传用户: rentianchou
关键词: java 安全性 编程实例 电子版
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				class MyDate{
				   public int year, month, day;
				   public int getYear(){
				         return(100);
				    }
				}
				
				
				
				
				
				class Test1{
				  public static void main(String args[] ){
				           Test1 t=new Test1();
				           MyTest m=new MyTest();
				           t.tt(m);
				  }
				
				
				  void tt(MyTest t){
				       MyDate d=t.getMyDate();
				        int year= d.getYear( );
				        System.out.println( year );
				
				   }
				
				}
							

相关资源