That is, We can put any access modifiers(public, protected, default, private) to interface? Please confirm? Then what about the non-access modifiers? Only abstract??
What about default modifier for the interfaces? Because, It's said in the K&B's book, that.....
........
The public modifier is required if you want the interface to have public rather than default access......
Here the keyword abstract is redundant, But what about public, Is every interfaces are implicitly public?? No?? There are default interfaces?? Somebody confirm? Thanks in Advanced!