What are the different types of modifiers ?
There are two types of modifiers in Java: * Access Modifiers, * Non-access modifiers.Acess modifiers are public, protected and private.Non-access modifiers are abstract, final, static, transient, volatile, strictfp, and synchronized.