A mutable object can be changed after it's created, and an immutable object can't. In Java, everything (except for strings) is mutable by default: public class ...
確定! 回上一頁