摘要:        
1、DecimalFormat类2、Math类 Math.random()方法3、Random类4、BigInterger与BigDecimal    阅读全文
posted @ 2015-10-17 14:26
微风星宇
阅读(161)
评论(0)
推荐(0)
        
            
        
        
摘要:        
一、Interger二、Long三、Short四、Boolean五、Byte六、Character七、Double八、Number    阅读全文
posted @ 2015-10-17 14:23
微风星宇
阅读(142)
评论(0)
推荐(0)
        
            
        
        
摘要:        
在java中不能将方法体内的局部变量声明为static的。例如下诉代码就是错误的。public class example{ public void method(){ static int i = 0; }}在静态方法中不可以使用this关键字在静态方法中不可以直接调用非静态方法,但非静...    阅读全文
posted @ 2015-10-17 14:16
微风星宇
阅读(146)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号