The main benefit of "".equals(s) is you don't need the null check (equals will check its argument and return false if it's null), ...
確定! 回上一頁