I read one paragraph from the Internet regarding cloning. But I didn\'t quite get it, so can someone explain it clearly?
If the class has final fields, th
I don't understand it either, except that a class cannot implement a well behaved clone method if all its fields don't also have a well behaved clone methods.
clone