difference between this and super. type of exceptions.
Resposta da entrevista
Sigiloso
24 de nov. de 2017
this is a keyword used for declaring any variable locally.
this.int=10;
super() is subclass for class and can be refered with instance of class,methods,and objects