【Java面試題十】一套完整的java面試題

1、閱讀代碼題:java 1mysql public static void main(String[] args) { int i=128;//(int)佔4個字節 00000000 00000000 00000000 1000 0000 128 short s=28;//(short)佔2個字節 000000000 0001 1000 28 byte b=(byte)i;/
相關文章
相關標籤/搜索