Study notes (9): Chapter 2 The Design Pattern of Architect's Inner Strength and Mind Method-Application of Prototype Pattern in Source Code

Learn now: https://edu.csdn.net/course/play/28941/403600?utm_source=blogtoedu

1. Deep cloning: serialization, deserialization

2. ArrayList implements the cloneAble interface, List does not implement so there is no clone

Guess you like

Origin blog.csdn.net/qq_28500837/article/details/112529395