Only object references can be null ... int x = null; because int is not a class. Variables with primitive types do not contain object references at all, so they ...
確定! 回上一頁