Day01

Java基礎再次回顧: java強制轉換的思考;強制轉換數據溢出後的結果怎麼計算?(byte b=(byte)130  原反補碼);   字符串參與運算: System.out.println("hello"+'a'+1);//輸出爲helloa1 System.out.println('a'+1+"hello");//輸出爲98hello 總結如下:字符串數據和其他數據做+,結果是字符串類型;這
相關文章
相關標籤/搜索