Hi, can you answer me this.
With class variables (a variable which is not declared in a body of any method), what are their scope?
And why do I have to put "public static" in front of class variables, should they not be available to all methods already?