ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Do interfaces have member variables?

Interfaces may have member variables, but these are implicitly public, static, and final- in other words, interfaces can declare only constants, not instance variables that are available to all implementations and may be used as key references for method arguments for example.
Related Posts Plugin for WordPress, Blogger...
Flag Counter