In Java, for a class to be clonable, it must implement the Cloneable interface, which only has one method name clone that returns an object.
確定! 回上一頁