You can use String's replace() method to replace null with empty String in java. ... str = str.replace(null,"");. As String is immutable in java, you need to ...
確定! 回上一頁