To call the superclass's no-parameter constructor explicitly, use super(); is a true statement.
The super keyword in Java is known to be a kind of a reference variable that is known to be use to tell about an immediate parent class object.
Note that if a subclass's constructor does not rightly call a superclass's constructor via the use of super, Java do inserts a call to the said superclass's no-argument constructor.
hence, To call the superclass's no-parameter constructor explicitly, use super(); is a true statement.
Learn more about superclass from
https://brainly.com/question/17090165
#SPJ1