Hi friends,
Can anyone tell me what is the logic behind declaring an Interface as abstract in Java.
e.g. public abstract interface Statement
Nise