+ 8
final means to declare something as constant(it cannot be changed ever again inside your code)Example the value of pi (π) =3.14 is a constant Static means that you need not create an object to access a static member ,class name is all you need (static members belong to a class rather than to objects)
20th Apr 2017, 4:00 PM
Meharban Singh
Meharban Singh - avatar