I wonder what's the difference between static interface with usual interface without such keyword in java?
And When and where we should use the static keyword before interface.And why we should use it ? You can take this interface as an example
Thank you so much!
public static interface Map.Entry<K,V>
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
There's no difference: The use or not or the |
|||||
|