A java blog with a collection of examples and tutorials on Java and related technologies. (Under maintenance with continuous updates)
Be in touch with java jazzle or k2java.blogspot.com.
Pages
▼
Sunday, September 26, 2010
Interfaces in java
Interfaces in java are the pure abstract classes in which functions are given...which are to be implemented by all the class implementing those interface.
Note that in java interface naming is like Iterable, etc...i.e ending with able many times.
No comments:
Post a Comment