JAVA 8種基本數據類型大小

在Java中,基礎數據類型的大小在所有機器上都是一樣的 public class DataTypeByte { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println(「byte所佔位數」 + Byte.SIZE); System.out.println(「byte
相關文章
相關標籤/搜索