javase學習之自動類型轉換和轉換原理內存圖解

1.基本類型------自動轉換規則如下:     byte,short,char--->int------->long------>float------>double (byte,short,char參與運算,首先無條件轉成 int 類型,再繼續參與運算) 舉幾個例子:          //1.  short相加提升爲int                   short s1 = 10;
相關文章
相關標籤/搜索