Answer: Interface methods, interface variables and interface markers.
Step-by-step explanation:
Interface methods are public and abstract by default.
Interface variables can be declared public, static and final
Marker interfaces are simply empty interfaces without any methods.