What is the difference between a static and a non-static inner class?



A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.




Explore posts in the same categories: Java Interview Questions


BOOKMARK THIS : BlinkList | del.icio.us | Digg it | Furl | reddit | StumbleUpon | Yahoo MyWeb |


Comment:

You must be logged in to post a comment.