That's right. For non-static variables, each object has its very own copy of that variable

That's right: For static variables, all objects have the same value of that variable. A static class...