gpt4 book ai didi

java - 如何在 Cloneable 中保护克隆方法?

转载 作者:行者123 更新时间:2023-11-29 10:18:57 24 4
gpt4 key购买 nike

我有一个非常简单的问题(我猜!)Cloneable接口(interface)如何保护clone方法,而接口(interface)只能声明public方法?

最佳答案

Cloneablemarker interface它没有任何方法。

clone 方法在 Object 类中,因为 Java 中的所有对象都隐式扩展了 Object,因此即使它 protected 也可用。

如果一个类没有实现 Cloneable 并且它的克隆方法被调用,它将抛出 CloneNotSupportedException

关于java - 如何在 Cloneable 中保护克隆方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10525344/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com