Multiple choice technology programming languages

Serializable interface has two methods which MUST overridden when a class implemnts Serializable interface.

  1. True

  2. False

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

The Serializable interface in Java is a marker interface, meaning it contains no methods that must be overridden. Classes simply implement it to signal serializability.