Until Java 8, there was no better way to handle null references than ... buildResult(); if (result == null) { return "n/a"; } return result.
確定! 回上一頁