Java Topics
Java Topics
what is java?
how java works using jdk,jvm,jre?
primitive & non primitive data types
class,object,methods
static method,static variable
method overloading-compile time polymorphism
constructor,parametrized constructor
encapsulation
inheritance,mulutilevel inheritance,multiple inheritance
what is stack,heap?
string[immutable] , string constant pool
string buffer[mutable],string builder[mutable]
this keyword, getter setter
method overriding-rutime polymorphism
final method,final variable,final class
abstraction,interface
anonymous object,super,this
why we need interface