Joe Soltzberg

80%
Flag icon
Classes designed for inheritance (Item 19) should rarely implement Serializable, and interfaces should rarely extend it. Violating this rule places a substantial burden on anyone who extends the class or implements the interface.
Effective Java
Rate this book
Clear rating
Open Preview