Wednesday, January 24, 2007

Instance Variables

Instance variables are defined inside the class, but outside of any method. They are only initialized when the class is instantiated. Instance variables are the fields that belong to each unique object.


SOURCE : www.referjava.com

No comments: