Of the following four modifiers,
choose the one that is not implicitly applied to all interface variables.
Click to view the answer
B.
Interface variables are implicitly public, static, and final.
Variables cannot be declared as abstract in interfaces, nor in classes.