java-基礎- 包裝類

1.介紹  1.爲啥會有包裝類這種東西? web //1.5以前 public class Test{ public static void main(String[] args){ String str = "hello"; doSome(str);//能夠,由於String是Object的子類 int i = 1; //
相關文章
相關標籤/搜索