When copying objects in Java, we may end up with a shallow copy and making any modifications to the cloned object will also alter the original object.
確定! 回上一頁