I am a little bit familiar with the difference between Abstract and Interface classes but What do you think is the meaning of the sentence below?
An i
Well the statment is technically incorrect what they are refering to is that all variables on an interface must be declared static whereas abstract classes have no such limitation.
The statement is incorrect since Java does not have constants only final
which are still modifiable and thus not constant.