Java Tutorial Modifier
Get
- Return true if it is the abstract modifier, false otherwise in Java
- Return true if it is the final modifier, false otherwise in Java
- Return true if it is the private modifier, false otherwise in Java
- Return true if it is the protected modifier,false otherwise in Java
- Return true if it is the public modifier, false otherwise in Java
- Return true if it is the static modifier, false otherwise in Java