筆試基礎概括-8.19

T1. byte b1=1,b2=2,b3,b6,b8; final byte b4=4,b5=6,b7; b3=(b1+b2); /*語句1*/ 錯誤 b6=b4+b5; /*語句2*/ 正確 b8=(b1+b4); /*語句3*/ 錯誤 b7=(b2+b5); /*語句4*/ 錯誤 System.out.println(b3+b6); 下列代碼片斷中,存在編輯錯誤的語句是()web
相關文章
相關標籤/搜索