ContactUs :

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

What is an Interface?


An interface is a description of a set of methods that conforming implementing classes must have.
Note:
You can’t mark an interface as final.
Interface variables must be static.
An Interface cannot extend anything but another interfaces.
Related Posts Plugin for WordPress, Blogger...
Flag Counter