Withsuper(), the superclass no-argument constructor is called. Withsuper(parameter list), the superclass constructor with a matching parameter list is called. Note:If a constructor does not explicitly invoke a superclass constructor, the Java compiler automatically inserts a call to the no-argumen...