摘要:
一、基本类型打包器1、基本类型:long、int、double、float、boolean2、类类型:Long、Integer、Double、Float、Boolean区别:基本类型效率更高,类类型的对象却可以携带更多的信息。public class TestInteger01 { public s... 阅读全文
posted @ 2015-12-26 15:38
coderbinbin
阅读(754)
评论(0)
推荐(0)
浙公网安备 33010602011771号