Immutability. The core difference between java.util.Collections.emptyList() and a new list e.g. new ArrayList<>() is immutability.
確定! 回上一頁