Binding
In OOPs Binding is a process to connect method call to the method body.
Inheritance in Java is a process in which sub class inherits all the properties of super class(parent class).
In Java, garbage collection is a process of providing Automatic Memory Management by reclaiming the runtime unused memory automatically which destroy unused objects.
Static keyword belongs to class than an object(instance of class) and is used for memory management
Android Architecture or Android software stack is divided into five layers
Android Architecture Read More »