difference between this and super. type of exceptions.
Respuesta de la entrevista
Anónimo
24 nov 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