When events are registered in the init()
method of the Applet, we add the method addTypeListener(this)
.
But I know that the keyword this
refers to the object that called the method. So, when we haven't created any object of the applet class what would the this
refer to?
please clarify my doubts.