All Questions
Tagged with default-method interfaces
1 question
13
votes
1
answer
1k
views
Java Default Method Usage
For decades it's been the case that interfaces were only only (only) for specifying method signatures. We were told that this was the "right way to do things™".
Then Java 8 came out and said:
Well,...