posted 24 years ago
this is a mistake right...?
this is given as true... it should be member variable instead of a instance variable here, i think. coz static makes member variables class variables.
correct me if i'm wrong....
the statement-
static can be applied to : instance variables, methods,
code Segments and classes.