Examples: // null can be assigned to String String str = null; // you can assign null to Integer also Integer itr = null; // null can also ...
確定! 回上一頁