package xFTest;

public class TestSingleton {  
	
        private TestSingleton() {  
    }  
  
    private static volatile TestSingleton instance = null;  
  
    public static TestSingleton getInstance() {  
           if (instance == null) {    
               instance = new TestSingleton();   
           }   
           return instance;  
    }  
  
   
  

	public void printInfo() { 
		 int X = 0;
		 int Y = 1;
		 X = X^Y;
		 Y = Y^X;
		 X = X^Y;
		 System.out.println("您要的值为X="+X+"----Y="+Y); 
    }  
  
}  
最近下载更多
wngauss  LV4 2020年3月23日
aisuzhen  LV10 2019年9月17日
liuyufei9797  LV1 2019年4月15日
duduyan  LV11 2018年11月2日
12miki  LV12 2018年2月12日
乞丐哥哥  LV23 2017年12月10日
wxsuperwx  LV17 2017年12月6日
soft5200  LV30 2017年12月4日
wgc_jy  LV21 2017年11月10日
酷睿科技  LV11 2017年10月11日
最近浏览更多
1waxzsq212345  LV2 1月16日
interface  LV22 2023年7月9日
xv123456  LV1 2023年6月1日
微信网友_6040315240812544  LV8 2022年10月31日
idm_Sure  LV3 2022年5月13日
暂无贡献等级
2898369623  LV1 2021年10月12日
huaua7676  LV30 2021年9月2日
mengfanyun  LV9 2021年6月18日
20210119yiyi 2021年1月19日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友