When you use new to create object constructors are called which initializes the instance variable this happens till all the constructors of your super class have been called .
if you put the some code inside constructor that will run each time you create an object