Multiple choice

Serializable interface methods must be implemented in the class it extends.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Serializable interface is a marker interface, which means it does not contain any methods or fields. Since there are no methods defined in the interface, a class that implements Serializable does not need to implement any methods.