You can pass null to methods, which accepts any reference type like public void print(Object obj) can be called as print(null). This is Ok from ...
確定! 回上一頁