News

Difference between abstract class and interface in java 8 :to create abstract classes we use the 'abstract' keyword whereas keyword 'interface' is used to make the interfaces in java.for inheritance ...
The super keyword in Java is a reference variable which is used to refer immediate parent class object. Whenever you create the instance of subclass, an instance of parent class is created implicitly ...