The title of a JFrame can be set by using which statement in the constructor of your class that extends JFrame?

super(“Title here”);
setFrameTitle(“Title here”);
setTitleFrame(“Title here”);
JFrame.super(“Title here”);