The easiest way to think of it is that the line which says "static int number = 7" is executed exactly once, at compile time. Therefore, each time you enter the block where number is defined, it...