When we have a derived class like JFrame or Frame,is it necessary to call their constructor ?ex.:public class MyClass extends JFrame{ MyClass()//constructor of MyClass{super();//instuction...}