Sunday 29 March 2015

Why can't I define a static method in a Java interface?

There are two questions here:
  1. Why can't interfaces contain static methods?
  2. Why can't static methods be overridden?

No comments:

Post a Comment