-
this
In Java, this is a reference variable that refers to the current object
-
static
Static keyword belongs to class than an object(instance of class) and is used for memory management.
-
final
In Java final keyword can be used with variable,function,class.
-
Java Garbage Collector
In Java, garbage collection is a process of providing Automatic Memory Management by reclaiming the runtime unused memory automatically which destroy unused objects.
-
Binding In OOPS
In OOPs Binding is a process to connect method call to the method body.
-
Kernel
A Kernel is a computer program which is core and heart of an operating system acting as an interface (or bridge) between user-level applications (softwares) components and the hardwares.
android (2) android architecture (1) binding (1) final (1) final keyword (1) finalkeyword (1) garbage collector (1) inheritance (1) java (6) java binding (1) java final (1) java garbage collector (1) java inheritance (1) javakeyword (3) java keyword (3) java this (1) kernel (1) keyword (3) memorymanagement (1) oops (1) static (1) staticjava (1) statickeyword (1) this (1) this keyword (1)