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
Inner classes in java
In Java it is possible to define one class inside another. A class defined inside another one is called an inner class. Java provides two kinds of inner classes--static and non-static.
No comments:
Post a Comment