An int is not null, it may be 0 if not initialized. If you want an integer to be able to be null, you need to use Integer instead of int .
確定! 回上一頁