+ 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)



