Lukas Smith wrote:OK, that's right.
So the static variables get their default values or the values they were initialized by?
Static variables are initialized when the classes are loaded. They are not affected, when an instance of the class is created.
Henry