Multiple choice technology programming languages

Is it compulsory for the subclass to declare the inherited synchronized method as synchronized while overriding it.

  1. True

  2. False

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

Synchronized is an implementation detail of a method rather than part of its signature. Therefore, a subclass is not required to declare an overridden inherited method as synchronized.